HEX: #BB51CC
RGB: (187,81,204)
#BB51CC enthält hauptsächlich rote und blaue Farbe. Für #BB51CC ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #BB51CC wird in RGB als (187,81,204) definiert.
RGB: (187,81,204)
(73%, 32%, 80%)
R 187 von 255 = 73%
G 81 von 255 = 32%
B 204 von 255 = 80%
R + G + B ~ 62%. #BB51CC ziemlich helle Farbe.
R + G + B = 187 + 81 + 204 = 472 (100%)
R 187 von 472 ~ 39.62%
G 81 von 472 ~ 17.16%
B 204 von 472 ~ 43.22'%
Die Farbe #BB51CC wird in CMYK als (8,60,0,20) definiert.
CMYK: (8,60,0,20)
C8M60Y0K20 (8%, 60%, 0%, 20%)
(0.08 / 0.60 / 0.00 / 0.20)
Farbe #BB51CC in den populären Farbmodellen.
BB | 51 | CC | |
---|---|---|---|
RGB | 187 | 81 | 204 |
HSL | 292° | 54.67% | 55.88% |
HSB/HSV | 292° | 60.29% | 80.00% |
CMYK | 8.33% | 60.29% | 0.00% |
20.00% |
Die Farbe #BB51CC in den populären Zahlensystemen.
Hexadezimal | BB | 51 | CC |
Dezimal | 187 | 81 | 204 |
Binär | 10111011 | 1010001 | 11001100 |
Oktal | 273 | 121 | 314 |
Dunkle Töne der Farbe #BB51CC
Helle Töne der Farbe #BB51CC
Beispiele css- und html für Elemente in der Farbe #BB51CC. Bitte benutzen Sie auch rgb(187,81,204) statt hex-Code.
.myTextColor { color: #BB51CC; }
<p style="color:#BB51CC">This sample text font color is #BB51CC.</p>
Die Farbe dieses Textes ist #BB51CC.
.myBgColor { background-color: #BB51CC; }
<div style="background-color:#BB51CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB51CC.
.myBorderColor { border: 1px solid #BB51CC; }
<div style="border:3px solid #BB51CC">Div</div>
Die Grenzen von diesem div sind in Farbe #BB51CC.
.myOpacity80 { color: #BB51CC; opacity: 0.8; }
<p style="color:#BB51CC;opacity:0.8;">80%</p>
Text in Farbe #BB51CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB51CC;}
<p style="text-shadow: 3px 3px 1px #BB51CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB51CC.
.textShadow {text-shadow: 3px 3px 1px #BB51CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB51CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB51CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB51CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB51CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB51CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB51CC;
-webkit-box-shadow: 1px 1px 3px 2px #BB51CC;
box-shadow: 1px 1px 3px 2px #BB51CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB51CC; -webkit-box-shadow: 1px 1px 3px 2px #BB51CC; box-shadow:1px 1px 3px 2px #BB51CC;">
Div content here
</div>
Dieser Text ist in der Farbe #BB51CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB51CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB51CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB51CC.
Kontrastfarbe für #hex ist #44AE33.