HEX: #B1517A
RGB: (177,81,122)
#B1517A enthält hauptsächlich rote und blaue Farbe. Für #B1517A ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #B1517A wird in RGB als (177,81,122) definiert.
RGB: (177,81,122)
(69%, 32%, 48%)
R 177 von 255 = 69%
G 81 von 255 = 32%
B 122 von 255 = 48%
R + G + B ~ 50%. #B1517A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 177 + 81 + 122 = 380 (100%)
R 177 von 380 ~ 46.58%
G 81 von 380 ~ 21.32%
B 122 von 380 ~ 32.11'%
Die Farbe #B1517A wird in CMYK als (0,54,31,31) definiert.
CMYK: (0,54,31,31)
C0M54Y31K31 (0%, 54%, 31%, 31%)
(0.00 / 0.54 / 0.31 / 0.31)
Farbe #B1517A in den populären Farbmodellen.
B1 | 51 | 7A | |
---|---|---|---|
RGB | 177 | 81 | 122 |
HSL | 334° | 38.10% | 50.59% |
HSB/HSV | 334° | 54.24% | 69.41% |
CMYK | 0.00% | 54.24% | 31.07% |
30.59% |
Die Farbe #B1517A in den populären Zahlensystemen.
Hexadezimal | B1 | 51 | 7A |
Dezimal | 177 | 81 | 122 |
Binär | 10110001 | 1010001 | 1111010 |
Oktal | 261 | 121 | 172 |
Dunkle Töne der Farbe #B1517A
Helle Töne der Farbe #B1517A
Beispiele css- und html für Elemente in der Farbe #B1517A. Bitte benutzen Sie auch rgb(177,81,122) statt hex-Code.
.myTextColor { color: #B1517A; }
<p style="color:#B1517A">This sample text font color is #B1517A.</p>
Die Farbe dieses Textes ist #B1517A.
.myBgColor { background-color: #B1517A; }
<div style="background-color:#B1517A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B1517A.
.myBorderColor { border: 1px solid #B1517A; }
<div style="border:3px solid #B1517A">Div</div>
Die Grenzen von diesem div sind in Farbe #B1517A.
.myOpacity80 { color: #B1517A; opacity: 0.8; }
<p style="color:#B1517A;opacity:0.8;">80%</p>
Text in Farbe #B1517A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B1517A;}
<p style="text-shadow: 3px 3px 1px #B1517A">Text here.</p>
Dieser Text hat den Schatten in Farbe #B1517A.
.textShadow {text-shadow: 3px 3px 1px #B1517A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B1517A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B1517A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B1517A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B1517A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B1517A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B1517A;
-webkit-box-shadow: 1px 1px 3px 2px #B1517A;
box-shadow: 1px 1px 3px 2px #B1517A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B1517A; -webkit-box-shadow: 1px 1px 3px 2px #B1517A; box-shadow:1px 1px 3px 2px #B1517A;">
Div content here
</div>
Dieser Text ist in der Farbe #B1517A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B1517A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B1517A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B1517A.
Kontrastfarbe für #hex ist #4EAE85.