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