HEX: #BC80CC
RGB: (188,128,204)
#BC80CC enthält hauptsächlich rote und blaue Farbe. Für #BC80CC ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #BC80CC wird in RGB als (188,128,204) definiert.
RGB: (188,128,204)
(74%, 50%, 80%)
R 188 von 255 = 74%
G 128 von 255 = 50%
B 204 von 255 = 80%
R + G + B ~ 68%. #BC80CC ziemlich helle Farbe.
R + G + B = 188 + 128 + 204 = 520 (100%)
R 188 von 520 ~ 36.15%
G 128 von 520 ~ 24.62%
B 204 von 520 ~ 39.23'%
Die Farbe #BC80CC wird in CMYK als (8,37,0,20) definiert.
CMYK: (8,37,0,20) C8M37Y0K20 (8%,37%,0%,20%) (0.08/0.37/0.00/0.20)
Farbe #BC80CC in den populären Farbmodellen.
BC | 80 | CC | |
---|---|---|---|
RGB | 188 | 128 | 204 |
HSL | 287° | 42.70% | 65.10% |
HSB/HSV | 287° | 37.25% | 80.00% |
CMYK | 7.84% | 37.25% | 0.00% |
20.00% |
Die Farbe #BC80CC in den populären Zahlensystemen.
Hexadezimal | BC | 80 | CC |
Dezimal | 188 | 128 | 204 |
Binär | 10111100 | 10000000 | 11001100 |
Oktal | 274 | 200 | 314 |
Dunkle Töne der Farbe #BC80CC
Helle Töne der Farbe #BC80CC
Beispiele css- und html für Elemente in der Farbe #BC80CC. Bitte benutzen Sie auch rgb(188,128,204) statt hex-Code.
.myTextColor { color: #BC80CC; }
<p style="color:#BC80CC">This sample text font color is #BC80CC.</p>
Die Farbe dieses Textes ist #BC80CC.
.myBgColor { background-color: #BC80CC; }
<div style="background-color:#BC80CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC80CC.
.myBorderColor { border: 1px solid #BC80CC; }
<div style="border:3px solid #BC80CC">Div</div>
Die Grenzen von diesem div sind in Farbe #BC80CC.
.myOpacity80 { color: #BC80CC; opacity: 0.8; }
<p style="color:#BC80CC;opacity:0.8;">80%</p>
Text in Farbe #BC80CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC80CC;}
<p style="text-shadow: 3px 3px 1px #BC80CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC80CC.
.textShadow {text-shadow: 3px 3px 1px #BC80CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC80CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC80CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC80CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC80CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC80CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC80CC;
-webkit-box-shadow: 1px 1px 3px 2px #BC80CC;
box-shadow: 1px 1px 3px 2px #BC80CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC80CC; -webkit-box-shadow: 1px 1px 3px 2px #BC80CC; box-shadow:1px 1px 3px 2px #BC80CC;">
Div content here
</div>
Dieser Text ist in der Farbe #BC80CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC80CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC80CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC80CC.
Kontrastfarbe für #hex ist #437F33.