HEX: #BB609C
RGB: (187,96,156)
#BB609C contains mainly red and blue colors. Web safe color of #BB609C is #CC6699 (or #C69).
#BB609C color RGB value is (187,96,156).
RGB: (187,96,156)
(73%, 38%, 61%)
R 187 of 255 = 73%
G 96 of 255 = 38%
B 156 of 255 = 61%
R + G + B ~ 57%. #BB609C is middle color (not dark and not light).
R + G + B = 187 + 96 + 156 = 439 (100%)
R 187 of 439 ~ 42.6%
G 96 of 439 ~ 21.87%
B 156 of 439 ~ 35.54'%
#BB609C color CMYK value is (0,49,17,27).
CMYK: (0,49,17,27)
C0M49Y17K27 (0%, 49%, 17%, 27%)
(0.00 / 0.49 / 0.17 / 0.27)
Color #BB609C in popluar color models
BB | 60 | 9C | |
---|---|---|---|
RGB | 187 | 96 | 156 |
HSL | 320° | 40.09% | 55.49% |
HSB/HSV | 320° | 48.66% | 73.33% |
CMYK | 0.00% | 48.66% | 16.58% |
26.67% |
Color #BB609C in popluar number systems.
HEX | BB | 60 | 9C |
Decimal | 187 | 96 | 156 |
Binary | 10111011 | 1100000 | 10011100 |
Octal | 273 | 140 | 234 |
Shades of #BB609C
Tints of #BB609C
Examples of css and html codes for elements with #BB609C color. Also use rgb(187,96,156) instead hex code.
.myTextColor { color: #BB609C; }
<p style="color:#BB609C">This sample text font color is #BB609C.</p>
This text font color is #BB609C.
.myBgColor { background-color: #BB609C; }
<div style="background-color:#BB609C">Inner text</div>
This div background color is #BB609C.
.myBorderColor { border: 1px solid #BB609C; }
<div style="border:3px solid #BB609C">Div</div>
This div border color is #BB609C.
.myOpacity80 { color: #BB609C; opacity: 0.8; }
<p style="color:#BB609C;opacity:0.8;">80%</p>
Text with #BB609C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB609C;}
<p style="text-shadow: 3px 3px 1px #BB609C">Text here.</p>
This text has shadow with #BB609C color.
.textShadow {text-shadow: 3px 3px 1px #BB609C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB609C, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB609C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB609C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB609C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB609C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB609C;
-webkit-box-shadow: 1px 1px 3px 2px #BB609C;
box-shadow: 1px 1px 3px 2px #BB609C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB609C; -webkit-box-shadow: 1px 1px 3px 2px #BB609C; box-shadow:1px 1px 3px 2px #BB609C;">
Div content here
</div>
This text has color #BB609C on black background.
This text has color #BB609C on white background.
This text has black color on #BB609C background.
This text has white color on #BB609C background.
Complementary color for #hex is #449F63.