HEX: #B595BC
RGB: (181,149,188)
#B595BC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B595BC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B595BC wird in RGB als (181,149,188) definiert.
RGB: (181,149,188) (71%,58%,74%)
R 181 von 255 = 71%
G 149 von 255 = 58%
B 188 von 255 = 74%
R + G + B ~ 68%. #B595BC ziemlich helle Farbe.
R + G + B =
181 + 149 + 188 = 518 (100%)
R 181 von 518 ~ 34.94%
G 149 von 518 ~ 28.76%
B 188 von 518 ~ 36.29%
Die Farbe #B595BC wird in CMYK als (4,21,0,26) definiert.
CMYK: (4,21,0,26) C4M21Y0K26 (4%,21%,0%,26%) (0.04/0.21/0.00/0.26)
B5 | 95 | BC | |
---|---|---|---|
RGB | 181 | 149 | 188 |
HSL | 289° | 22.54% | 66.08% |
HSB/HSV | 289° | 20.74% | 73.73% |
CMYK | 3.72% | 20.74% | 0.00% |
26.27% |
Hexadezimal | B5 | 95 | BC |
Dezimal | 181 | 149 | 188 |
Binär | 10110101 | 10010101 | 10111100 |
Oktal | 265 | 225 | 274 |
Beispiele css- und html für Elemente in der Farbe #B595BC. Bitte benutzen Sie auch rgb(181,149,188) statt hex-Code.
.myTextColor { color: #B595BC; }
<p style="color:#B595BC">This sample text font color is #B595BC.</p>
Die Farbe dieses Textes ist #B595BC.
.myBgColor { background-color: #B595BC; }
<div style="background-color:#B595BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B595BC.
.myBorderColor { border: 1px solid #B595BC; }
<div style="border:3px solid #B595BC">Div</div>
Die Grenzen von diesem div sind in Farbe #B595BC.
.myOpacity80 { color: #B595BC; opacity: 0.8; }
<p style="color:#B595BC;opacity:0.8;">80%</p>
Text in Farbe #B595BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B595BC;}
<p style="text-shadow: 3px 3px 1px #B595BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B595BC.
.textShadow {text-shadow: 3px 3px 1px #B595BC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B595BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B595BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B595BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B595BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B595BC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B595BC; -webkit-box-shadow: 1px 1px 3px 2px #B595BC; box-shadow: 1px 1px 3px 2px #B595BC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B595BC; -webkit-box-shadow: 1px 1px 3px 2px #B595BC; box-shadow:1px 1px 3px 2px #B595BC;">
Div content here</div>
Dieser Text ist in der Farbe #B595BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B595BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B595BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B595BC.