HEX: #BE50E1
RGB: (190,80,225)
#BE50E1 enthält hauptsächlich rote und blaue Farbe. Für #BE50E1 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #BE50E1 wird in RGB als (190,80,225) definiert.
RGB: (190,80,225)
(75%, 31%, 88%)
R 190 von 255 = 75%
G 80 von 255 = 31%
B 225 von 255 = 88%
R + G + B ~ 65%. #BE50E1 ziemlich helle Farbe.
R + G + B = 190 + 80 + 225 = 495 (100%)
R 190 von 495 ~ 38.38%
G 80 von 495 ~ 16.16%
B 225 von 495 ~ 45.45'%
Die Farbe #BE50E1 wird in CMYK als (16,64,0,12) definiert.
CMYK: (16,64,0,12)
C16M64Y0K12 (16%, 64%, 0%, 12%)
(0.16 / 0.64 / 0.00 / 0.12)
Farbe #BE50E1 in den populären Farbmodellen.
BE | 50 | E1 | |
---|---|---|---|
RGB | 190 | 80 | 225 |
HSL | 286° | 70.73% | 59.80% |
HSB/HSV | 286° | 64.44% | 88.24% |
CMYK | 15.56% | 64.44% | 0.00% |
11.76% |
Die Farbe #BE50E1 in den populären Zahlensystemen.
Hexadezimal | BE | 50 | E1 |
Dezimal | 190 | 80 | 225 |
Binär | 10111110 | 1010000 | 11100001 |
Oktal | 276 | 120 | 341 |
Dunkle Töne der Farbe #BE50E1
Helle Töne der Farbe #BE50E1
Beispiele css- und html für Elemente in der Farbe #BE50E1. Bitte benutzen Sie auch rgb(190,80,225) statt hex-Code.
.myTextColor { color: #BE50E1; }
<p style="color:#BE50E1">This sample text font color is #BE50E1.</p>
Die Farbe dieses Textes ist #BE50E1.
.myBgColor { background-color: #BE50E1; }
<div style="background-color:#BE50E1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BE50E1.
.myBorderColor { border: 1px solid #BE50E1; }
<div style="border:3px solid #BE50E1">Div</div>
Die Grenzen von diesem div sind in Farbe #BE50E1.
.myOpacity80 { color: #BE50E1; opacity: 0.8; }
<p style="color:#BE50E1;opacity:0.8;">80%</p>
Text in Farbe #BE50E1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE50E1;}
<p style="text-shadow: 3px 3px 1px #BE50E1">Text here.</p>
Dieser Text hat den Schatten in Farbe #BE50E1.
.textShadow {text-shadow: 3px 3px 1px #BE50E1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE50E1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BE50E1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE50E1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE50E1, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE50E1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE50E1;
-webkit-box-shadow: 1px 1px 3px 2px #BE50E1;
box-shadow: 1px 1px 3px 2px #BE50E1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE50E1; -webkit-box-shadow: 1px 1px 3px 2px #BE50E1; box-shadow:1px 1px 3px 2px #BE50E1;">
Div content here
</div>
Dieser Text ist in der Farbe #BE50E1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BE50E1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BE50E1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BE50E1.
Kontrastfarbe für #hex ist #41AF1E.