HEX: #B195D9
RGB: (177,149,217)
#B195D9 enthält hauptsächlich rote und blaue Farbe. Für #B195D9 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #B195D9 wird in RGB als (177,149,217) definiert.
RGB: (177,149,217) (69%,58%,85%)
R 177 von 255 = 69%
G 149 von 255 = 58%
B 217 von 255 = 85%
R + G + B ~ 71%. #B195D9 ziemlich helle Farbe.
R + G + B =
177 + 149 + 217 = 543 (100%)
R 177 von 543 ~ 32.6%
G 149 von 543 ~ 27.44%
B 217 von 543 ~ 39.96%
Die Farbe #B195D9 wird in CMYK als (18,31,0,15) definiert.
CMYK: (18,31,0,15) C18M31Y0K15 (18%,31%,0%,15%) (0.18/0.31/0.00/0.15)
B1 | 95 | D9 | |
---|---|---|---|
RGB | 177 | 149 | 217 |
HSL | 265° | 47.22% | 71.76% |
HSB/HSV | 265° | 31.34% | 85.10% |
CMYK | 18.43% | 31.34% | 0.00% |
14.90% |
Hexadezimal | B1 | 95 | D9 |
Dezimal | 177 | 149 | 217 |
Binär | 10110001 | 10010101 | 11011001 |
Oktal | 261 | 225 | 331 |
Beispiele css- und html für Elemente in der Farbe #B195D9. Bitte benutzen Sie auch rgb(177,149,217) statt hex-Code.
.myTextColor { color: #B195D9; }
<p style="color:#B195D9">This sample text font color is #B195D9.</p>
Die Farbe dieses Textes ist #B195D9.
.myBgColor { background-color: #B195D9; }
<div style="background-color:#B195D9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B195D9.
.myBorderColor { border: 1px solid #B195D9; }
<div style="border:3px solid #B195D9">Div</div>
Die Grenzen von diesem div sind in Farbe #B195D9.
.myOpacity80 { color: #B195D9; opacity: 0.8; }
<p style="color:#B195D9;opacity:0.8;">80%</p>
Text in Farbe #B195D9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B195D9;}
<p style="text-shadow: 3px 3px 1px #B195D9">Text here.</p>
Dieser Text hat den Schatten in Farbe #B195D9.
.textShadow {text-shadow: 3px 3px 1px #B195D9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B195D9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B195D9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B195D9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B195D9, Direction=45, Strength=4)">Text</p>
This text has shadow with #B195D9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B195D9; -webkit-box-shadow: 1px 1px 3px 2px #B195D9; box-shadow: 1px 1px 3px 2px #B195D9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B195D9; -webkit-box-shadow: 1px 1px 3px 2px #B195D9; box-shadow:1px 1px 3px 2px #B195D9;">
Div content here</div>
Dieser Text ist in der Farbe #B195D9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B195D9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B195D9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B195D9.