HEX: #B37BD7
RGB: (179,123,215)
#B37BD7 enthält hauptsächlich rote und blaue Farbe. Für #B37BD7 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #B37BD7 wird in RGB als (179,123,215) definiert.
RGB: (179,123,215) (70%,48%,84%)
R 179 von 255 = 70%
G 123 von 255 = 48%
B 215 von 255 = 84%
R + G + B ~ 67%. #B37BD7 ziemlich helle Farbe.
R + G + B =
179 + 123 + 215 = 517 (100%)
R 179 von 517 ~ 34.62%
G 123 von 517 ~ 23.79%
B 215 von 517 ~ 41.59%
Die Farbe #B37BD7 wird in CMYK als (17,43,0,16) definiert.
CMYK: (17,43,0,16) C17M43Y0K16 (17%,43%,0%,16%) (0.17/0.43/0.00/0.16)
B3 | 7B | D7 | |
---|---|---|---|
RGB | 179 | 123 | 215 |
HSL | 277° | 53.49% | 66.27% |
HSB/HSV | 277° | 42.79% | 84.31% |
CMYK | 16.74% | 42.79% | 0.00% |
15.69% |
Hexadezimal | B3 | 7B | D7 |
Dezimal | 179 | 123 | 215 |
Binär | 10110011 | 1111011 | 11010111 |
Oktal | 263 | 173 | 327 |
Beispiele css- und html für Elemente in der Farbe #B37BD7. Bitte benutzen Sie auch rgb(179,123,215) statt hex-Code.
.myTextColor { color: #B37BD7; }
<p style="color:#B37BD7">This sample text font color is #B37BD7.</p>
Die Farbe dieses Textes ist #B37BD7.
.myBgColor { background-color: #B37BD7; }
<div style="background-color:#B37BD7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B37BD7.
.myBorderColor { border: 1px solid #B37BD7; }
<div style="border:3px solid #B37BD7">Div</div>
Die Grenzen von diesem div sind in Farbe #B37BD7.
.myOpacity80 { color: #B37BD7; opacity: 0.8; }
<p style="color:#B37BD7;opacity:0.8;">80%</p>
Text in Farbe #B37BD7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B37BD7;}
<p style="text-shadow: 3px 3px 1px #B37BD7">Text here.</p>
Dieser Text hat den Schatten in Farbe #B37BD7.
.textShadow {text-shadow: 3px 3px 1px #B37BD7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B37BD7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B37BD7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B37BD7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B37BD7, Direction=45, Strength=4)">Text</p>
This text has shadow with #B37BD7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B37BD7; -webkit-box-shadow: 1px 1px 3px 2px #B37BD7; box-shadow: 1px 1px 3px 2px #B37BD7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B37BD7; -webkit-box-shadow: 1px 1px 3px 2px #B37BD7; box-shadow:1px 1px 3px 2px #B37BD7;">
Div content here</div>
Dieser Text ist in der Farbe #B37BD7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B37BD7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B37BD7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B37BD7.