HEX: #BB78BB
RGB: (187,120,187)
#BB78BB enthält hauptsächlich rote und blaue Farbe. Für #BB78BB ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #BB78BB wird in RGB als (187,120,187) definiert.
RGB: (187,120,187) (73%,47%,73%)
R 187 von 255 = 73%
G 120 von 255 = 47%
B 187 von 255 = 73%
R + G + B ~ 64%. #BB78BB ziemlich helle Farbe.
R + G + B =
187 + 120 + 187 = 494 (100%)
R 187 von 494 ~ 37.85%
G 120 von 494 ~ 24.29%
B 187 von 494 ~ 37.85%
Die Farbe #BB78BB wird in CMYK als (0,36,0,27) definiert.
CMYK: (0,36,0,27) C0M36Y0K27 (0%,36%,0%,27%) (0.00/0.36/0.00/0.27)
BB | 78 | BB | |
---|---|---|---|
RGB | 187 | 120 | 187 |
HSL | 300° | 33.00% | 60.20% |
HSB/HSV | 300° | 35.83% | 73.33% |
CMYK | 0.00% | 35.83% | 0.00% |
26.67% |
Hexadezimal | BB | 78 | BB |
Dezimal | 187 | 120 | 187 |
Binär | 10111011 | 1111000 | 10111011 |
Oktal | 273 | 170 | 273 |
Beispiele css- und html für Elemente in der Farbe #BB78BB. Bitte benutzen Sie auch rgb(187,120,187) statt hex-Code.
.myTextColor { color: #BB78BB; }
<p style="color:#BB78BB">This sample text font color is #BB78BB.</p>
Die Farbe dieses Textes ist #BB78BB.
.myBgColor { background-color: #BB78BB; }
<div style="background-color:#BB78BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB78BB.
.myBorderColor { border: 1px solid #BB78BB; }
<div style="border:3px solid #BB78BB">Div</div>
Die Grenzen von diesem div sind in Farbe #BB78BB.
.myOpacity80 { color: #BB78BB; opacity: 0.8; }
<p style="color:#BB78BB;opacity:0.8;">80%</p>
Text in Farbe #BB78BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB78BB;}
<p style="text-shadow: 3px 3px 1px #BB78BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB78BB.
.textShadow {text-shadow: 3px 3px 1px #BB78BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB78BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB78BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB78BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB78BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB78BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB78BB; -webkit-box-shadow: 1px 1px 3px 2px #BB78BB; box-shadow: 1px 1px 3px 2px #BB78BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB78BB; -webkit-box-shadow: 1px 1px 3px 2px #BB78BB; box-shadow:1px 1px 3px 2px #BB78BB;">
Div content here</div>
Dieser Text ist in der Farbe #BB78BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB78BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB78BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB78BB.