HEX: #BB126D
RGB: (187,18,109)
#BB126D enthält hauptsächlich rote Farbe. Für #BB126D ist eine «websichere» Webfarbe #CC0066 (oder kurz #C06).
Die Farbe #BB126D wird in RGB als (187,18,109) definiert.
RGB: (187,18,109)
(73%, 7%, 43%)
R 187 von 255 = 73%
G 18 von 255 = 7%
B 109 von 255 = 43%
R + G + B ~ 41%. #BB126D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 187 + 18 + 109 = 314 (100%)
R 187 von 314 ~ 59.55%
G 18 von 314 ~ 5.73%
B 109 von 314 ~ 34.71'%
Die Farbe #BB126D wird in CMYK als (0,90,42,27) definiert.
CMYK: (0,90,42,27) C0M90Y42K27 (0%,90%,42%,27%) (0.00/0.90/0.42/0.27)
Farbe #BB126D in den populären Farbmodellen.
BB | 12 | 6D | |
---|---|---|---|
RGB | 187 | 18 | 109 |
HSL | 328° | 82.44% | 40.20% |
HSB/HSV | 328° | 90.37% | 73.33% |
CMYK | 0.00% | 90.37% | 41.71% |
26.67% |
Die Farbe #BB126D in den populären Zahlensystemen.
Hexadezimal | BB | 12 | 6D |
Dezimal | 187 | 18 | 109 |
Binär | 10111011 | 10010 | 1101101 |
Oktal | 273 | 22 | 155 |
Dunkle Töne der Farbe #BB126D
Helle Töne der Farbe #BB126D
Beispiele css- und html für Elemente in der Farbe #BB126D. Bitte benutzen Sie auch rgb(187,18,109) statt hex-Code.
.myTextColor { color: #BB126D; }
<p style="color:#BB126D">This sample text font color is #BB126D.</p>
Die Farbe dieses Textes ist #BB126D.
.myBgColor { background-color: #BB126D; }
<div style="background-color:#BB126D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB126D.
.myBorderColor { border: 1px solid #BB126D; }
<div style="border:3px solid #BB126D">Div</div>
Die Grenzen von diesem div sind in Farbe #BB126D.
.myOpacity80 { color: #BB126D; opacity: 0.8; }
<p style="color:#BB126D;opacity:0.8;">80%</p>
Text in Farbe #BB126D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB126D;}
<p style="text-shadow: 3px 3px 1px #BB126D">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB126D.
.textShadow {text-shadow: 3px 3px 1px #BB126D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB126D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB126D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB126D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB126D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB126D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB126D;
-webkit-box-shadow: 1px 1px 3px 2px #BB126D;
box-shadow: 1px 1px 3px 2px #BB126D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB126D; -webkit-box-shadow: 1px 1px 3px 2px #BB126D; box-shadow:1px 1px 3px 2px #BB126D;">
Div content here
</div>
Dieser Text ist in der Farbe #BB126D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB126D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB126D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB126D.
Kontrastfarbe für #hex ist #44ED92.