HEX: #B96CE1
RGB: (185,108,225)
#B96CE1 enthält hauptsächlich rote und blaue Farbe. Für #B96CE1 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #B96CE1 wird in RGB als (185,108,225) definiert.
RGB: (185,108,225) (73%,42%,88%)
R 185 von 255 = 73%
G 108 von 255 = 42%
B 225 von 255 = 88%
R + G + B ~ 68%. #B96CE1 ziemlich helle Farbe.
R + G + B =
185 + 108 + 225 = 518 (100%)
R 185 von 518 ~ 35.71%
G 108 von 518 ~ 20.85%
B 225 von 518 ~ 43.44%
Die Farbe #B96CE1 wird in CMYK als (18,52,0,12) definiert.
CMYK: (18,52,0,12) C18M52Y0K12 (18%,52%,0%,12%) (0.18/0.52/0.00/0.12)
B9 | 6C | E1 | |
---|---|---|---|
RGB | 185 | 108 | 225 |
HSL | 279° | 66.10% | 65.29% |
HSB/HSV | 279° | 52.00% | 88.24% |
CMYK | 17.78% | 52.00% | 0.00% |
11.76% |
Hexadezimal | B9 | 6C | E1 |
Dezimal | 185 | 108 | 225 |
Binär | 10111001 | 1101100 | 11100001 |
Oktal | 271 | 154 | 341 |
Beispiele css- und html für Elemente in der Farbe #B96CE1. Bitte benutzen Sie auch rgb(185,108,225) statt hex-Code.
.myTextColor { color: #B96CE1; }
<p style="color:#B96CE1">This sample text font color is #B96CE1.</p>
Die Farbe dieses Textes ist #B96CE1.
.myBgColor { background-color: #B96CE1; }
<div style="background-color:#B96CE1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B96CE1.
.myBorderColor { border: 1px solid #B96CE1; }
<div style="border:3px solid #B96CE1">Div</div>
Die Grenzen von diesem div sind in Farbe #B96CE1.
.myOpacity80 { color: #B96CE1; opacity: 0.8; }
<p style="color:#B96CE1;opacity:0.8;">80%</p>
Text in Farbe #B96CE1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B96CE1;}
<p style="text-shadow: 3px 3px 1px #B96CE1">Text here.</p>
Dieser Text hat den Schatten in Farbe #B96CE1.
.textShadow {text-shadow: 3px 3px 1px #B96CE1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B96CE1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B96CE1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B96CE1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B96CE1, Direction=45, Strength=4)">Text</p>
This text has shadow with #B96CE1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B96CE1; -webkit-box-shadow: 1px 1px 3px 2px #B96CE1; box-shadow: 1px 1px 3px 2px #B96CE1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B96CE1; -webkit-box-shadow: 1px 1px 3px 2px #B96CE1; box-shadow:1px 1px 3px 2px #B96CE1;">
Div content here</div>
Dieser Text ist in der Farbe #B96CE1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B96CE1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B96CE1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B96CE1.