HEX: #B18BDD
RGB: (177,139,221)
#B18BDD enthält hauptsächlich rote und blaue Farbe. Für #B18BDD ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #B18BDD wird in RGB als (177,139,221) definiert.
RGB: (177,139,221)
(69%, 55%, 87%)
R 177 von 255 = 69%
G 139 von 255 = 55%
B 221 von 255 = 87%
R + G + B ~ 70%. #B18BDD ziemlich helle Farbe.
R + G + B = 177 + 139 + 221 = 537 (100%)
R 177 von 537 ~ 32.96%
G 139 von 537 ~ 25.88%
B 221 von 537 ~ 41.15'%
Die Farbe #B18BDD wird in CMYK als (20,37,0,13) definiert.
CMYK: (20,37,0,13)
C20M37Y0K13 (20%, 37%, 0%, 13%)
(0.20 / 0.37 / 0.00 / 0.13)
Farbe #B18BDD in den populären Farbmodellen.
B1 | 8B | DD | |
---|---|---|---|
RGB | 177 | 139 | 221 |
HSL | 268° | 54.67% | 70.59% |
HSB/HSV | 268° | 37.10% | 86.67% |
CMYK | 19.91% | 37.10% | 0.00% |
13.33% |
Die Farbe #B18BDD in den populären Zahlensystemen.
Hexadezimal | B1 | 8B | DD |
Dezimal | 177 | 139 | 221 |
Binär | 10110001 | 10001011 | 11011101 |
Oktal | 261 | 213 | 335 |
Dunkle Töne der Farbe #B18BDD
Helle Töne der Farbe #B18BDD
Beispiele css- und html für Elemente in der Farbe #B18BDD. Bitte benutzen Sie auch rgb(177,139,221) statt hex-Code.
.myTextColor { color: #B18BDD; }
<p style="color:#B18BDD">This sample text font color is #B18BDD.</p>
Die Farbe dieses Textes ist #B18BDD.
.myBgColor { background-color: #B18BDD; }
<div style="background-color:#B18BDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B18BDD.
.myBorderColor { border: 1px solid #B18BDD; }
<div style="border:3px solid #B18BDD">Div</div>
Die Grenzen von diesem div sind in Farbe #B18BDD.
.myOpacity80 { color: #B18BDD; opacity: 0.8; }
<p style="color:#B18BDD;opacity:0.8;">80%</p>
Text in Farbe #B18BDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B18BDD;}
<p style="text-shadow: 3px 3px 1px #B18BDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B18BDD.
.textShadow {text-shadow: 3px 3px 1px #B18BDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B18BDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B18BDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B18BDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B18BDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B18BDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B18BDD;
-webkit-box-shadow: 1px 1px 3px 2px #B18BDD;
box-shadow: 1px 1px 3px 2px #B18BDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B18BDD; -webkit-box-shadow: 1px 1px 3px 2px #B18BDD; box-shadow:1px 1px 3px 2px #B18BDD;">
Div content here
</div>
Dieser Text ist in der Farbe #B18BDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B18BDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B18BDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B18BDD.
Kontrastfarbe für #hex ist #4E7422.