HEX: #BB617D
RGB: (187,97,125)
#BB617D enthält hauptsächlich rote Farbe. Für #BB617D ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BB617D wird in RGB als (187,97,125) definiert.
RGB: (187,97,125)
(73%, 38%, 49%)
R 187 von 255 = 73%
G 97 von 255 = 38%
B 125 von 255 = 49%
R + G + B ~ 53%. #BB617D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 187 + 97 + 125 = 409 (100%)
R 187 von 409 ~ 45.72%
G 97 von 409 ~ 23.72%
B 125 von 409 ~ 30.56'%
Die Farbe #BB617D wird in CMYK als (0,48,33,27) definiert.
CMYK: (0,48,33,27) C0M48Y33K27 (0%,48%,33%,27%) (0.00/0.48/0.33/0.27)
Farbe #BB617D in den populären Farbmodellen.
BB | 61 | 7D | |
---|---|---|---|
RGB | 187 | 97 | 125 |
HSL | 341° | 39.82% | 55.69% |
HSB/HSV | 341° | 48.13% | 73.33% |
CMYK | 0.00% | 48.13% | 33.16% |
26.67% |
Die Farbe #BB617D in den populären Zahlensystemen.
Hexadezimal | BB | 61 | 7D |
Dezimal | 187 | 97 | 125 |
Binär | 10111011 | 1100001 | 1111101 |
Oktal | 273 | 141 | 175 |
Dunkle Töne der Farbe #BB617D
Helle Töne der Farbe #BB617D
Beispiele css- und html für Elemente in der Farbe #BB617D. Bitte benutzen Sie auch rgb(187,97,125) statt hex-Code.
.myTextColor { color: #BB617D; }
<p style="color:#BB617D">This sample text font color is #BB617D.</p>
Die Farbe dieses Textes ist #BB617D.
.myBgColor { background-color: #BB617D; }
<div style="background-color:#BB617D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB617D.
.myBorderColor { border: 1px solid #BB617D; }
<div style="border:3px solid #BB617D">Div</div>
Die Grenzen von diesem div sind in Farbe #BB617D.
.myOpacity80 { color: #BB617D; opacity: 0.8; }
<p style="color:#BB617D;opacity:0.8;">80%</p>
Text in Farbe #BB617D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB617D;}
<p style="text-shadow: 3px 3px 1px #BB617D">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB617D.
.textShadow {text-shadow: 3px 3px 1px #BB617D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB617D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB617D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB617D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB617D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB617D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB617D;
-webkit-box-shadow: 1px 1px 3px 2px #BB617D;
box-shadow: 1px 1px 3px 2px #BB617D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB617D; -webkit-box-shadow: 1px 1px 3px 2px #BB617D; box-shadow:1px 1px 3px 2px #BB617D;">
Div content here
</div>
Dieser Text ist in der Farbe #BB617D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB617D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB617D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB617D.
Kontrastfarbe für #hex ist #449E82.