HEX: #BC85CE
RGB: (188,133,206)
#BC85CE enthält hauptsächlich rote und blaue Farbe. Für #BC85CE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BC85CE wird in RGB als (188,133,206) definiert.
RGB: (188,133,206) (74%,52%,81%)
R 188 von 255 = 74%
G 133 von 255 = 52%
B 206 von 255 = 81%
R + G + B ~ 69%. #BC85CE ziemlich helle Farbe.
R + G + B =
188 + 133 + 206 = 527 (100%)
R 188 von 527 ~ 35.67%
G 133 von 527 ~ 25.24%
B 206 von 527 ~ 39.09%
Die Farbe #BC85CE wird in CMYK als (9,35,0,19) definiert.
CMYK: (9,35,0,19) C9M35Y0K19 (9%,35%,0%,19%) (0.09/0.35/0.00/0.19)
BC | 85 | CE | |
---|---|---|---|
RGB | 188 | 133 | 206 |
HSL | 285° | 42.69% | 66.47% |
HSB/HSV | 285° | 35.44% | 80.78% |
CMYK | 8.74% | 35.44% | 0.00% |
19.22% |
Hexadezimal | BC | 85 | CE |
Dezimal | 188 | 133 | 206 |
Binär | 10111100 | 10000101 | 11001110 |
Oktal | 274 | 205 | 316 |
Beispiele css- und html für Elemente in der Farbe #BC85CE. Bitte benutzen Sie auch rgb(188,133,206) statt hex-Code.
.myTextColor { color: #BC85CE; }
<p style="color:#BC85CE">This sample text font color is #BC85CE.</p>
Die Farbe dieses Textes ist #BC85CE.
.myBgColor { background-color: #BC85CE; }
<div style="background-color:#BC85CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC85CE.
.myBorderColor { border: 1px solid #BC85CE; }
<div style="border:3px solid #BC85CE">Div</div>
Die Grenzen von diesem div sind in Farbe #BC85CE.
.myOpacity80 { color: #BC85CE; opacity: 0.8; }
<p style="color:#BC85CE;opacity:0.8;">80%</p>
Text in Farbe #BC85CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC85CE;}
<p style="text-shadow: 3px 3px 1px #BC85CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC85CE.
.textShadow {text-shadow: 3px 3px 1px #BC85CE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC85CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC85CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC85CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC85CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC85CE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC85CE; -webkit-box-shadow: 1px 1px 3px 2px #BC85CE; box-shadow: 1px 1px 3px 2px #BC85CE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC85CE; -webkit-box-shadow: 1px 1px 3px 2px #BC85CE; box-shadow:1px 1px 3px 2px #BC85CE;">
Div content here</div>
Dieser Text ist in der Farbe #BC85CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC85CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC85CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC85CE.