HEX: #B188E4
RGB: (177,136,228)
#B188E4 enthält hauptsächlich rote und blaue Farbe. Für #B188E4 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #B188E4 wird in RGB als (177,136,228) definiert.
RGB: (177,136,228) (69%,53%,89%)
R 177 von 255 = 69%
G 136 von 255 = 53%
B 228 von 255 = 89%
R + G + B ~ 70%. #B188E4 ziemlich helle Farbe.
R + G + B =
177 + 136 + 228 = 541 (100%)
R 177 von 541 ~ 32.72%
G 136 von 541 ~ 25.14%
B 228 von 541 ~ 42.14%
Die Farbe #B188E4 wird in CMYK als (22,40,0,11) definiert.
CMYK: (22,40,0,11) C22M40Y0K11 (22%,40%,0%,11%) (0.22/0.40/0.00/0.11)
B1 | 88 | E4 | |
---|---|---|---|
RGB | 177 | 136 | 228 |
HSL | 267° | 63.01% | 71.37% |
HSB/HSV | 267° | 40.35% | 89.41% |
CMYK | 22.37% | 40.35% | 0.00% |
10.59% |
Hexadezimal | B1 | 88 | E4 |
Dezimal | 177 | 136 | 228 |
Binär | 10110001 | 10001000 | 11100100 |
Oktal | 261 | 210 | 344 |
Beispiele css- und html für Elemente in der Farbe #B188E4. Bitte benutzen Sie auch rgb(177,136,228) statt hex-Code.
.myTextColor { color: #B188E4; }
<p style="color:#B188E4">This sample text font color is #B188E4.</p>
Die Farbe dieses Textes ist #B188E4.
.myBgColor { background-color: #B188E4; }
<div style="background-color:#B188E4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B188E4.
.myBorderColor { border: 1px solid #B188E4; }
<div style="border:3px solid #B188E4">Div</div>
Die Grenzen von diesem div sind in Farbe #B188E4.
.myOpacity80 { color: #B188E4; opacity: 0.8; }
<p style="color:#B188E4;opacity:0.8;">80%</p>
Text in Farbe #B188E4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B188E4;}
<p style="text-shadow: 3px 3px 1px #B188E4">Text here.</p>
Dieser Text hat den Schatten in Farbe #B188E4.
.textShadow {text-shadow: 3px 3px 1px #B188E4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B188E4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B188E4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B188E4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B188E4, Direction=45, Strength=4)">Text</p>
This text has shadow with #B188E4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B188E4; -webkit-box-shadow: 1px 1px 3px 2px #B188E4; box-shadow: 1px 1px 3px 2px #B188E4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B188E4; -webkit-box-shadow: 1px 1px 3px 2px #B188E4; box-shadow:1px 1px 3px 2px #B188E4;">
Div content here</div>
Dieser Text ist in der Farbe #B188E4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B188E4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B188E4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B188E4.