HEX: #BB5982
RGB: (187,89,130)
#BB5982 contains mainly red and blue colors. Web safe color of #BB5982 is #CC6699 (or #C69).
#BB5982 color RGB value is (187,89,130).
RGB: (187,89,130)
(73%, 35%, 51%)
R 187 of 255 = 73%
G 89 of 255 = 35%
B 130 of 255 = 51%
R + G + B ~ 53%. #BB5982 is middle color (not dark and not light).
R + G + B = 187 + 89 + 130 = 406 (100%)
R 187 of 406 ~ 46.06%
G 89 of 406 ~ 21.92%
B 130 of 406 ~ 32.02'%
#BB5982 color CMYK value is (0,52,30,27).
CMYK: (0,52,30,27) C0M52Y30K27 (0%,52%,30%,27%) (0.00/0.52/0.30/0.27)
Color #BB5982 in popluar color models
BB | 59 | 82 | |
---|---|---|---|
RGB | 187 | 89 | 130 |
HSL | 335° | 41.88% | 54.12% |
HSB/HSV | 335° | 52.41% | 73.33% |
CMYK | 0.00% | 52.41% | 30.48% |
26.67% |
Color #BB5982 in popluar number systems.
HEX | BB | 59 | 82 |
Decimal | 187 | 89 | 130 |
Binary | 10111011 | 1011001 | 10000010 |
Octal | 273 | 131 | 202 |
Shades of #BB5982
Tints of #BB5982
Examples of css and html codes for elements with #BB5982 color. Also use rgb(187,89,130) instead hex code.
.myTextColor { color: #BB5982; }
<p style="color:#BB5982">This sample text font color is #BB5982.</p>
This text font color is #BB5982.
.myBgColor { background-color: #BB5982; }
<div style="background-color:#BB5982">Inner text</div>
This div background color is #BB5982.
.myBorderColor { border: 1px solid #BB5982; }
<div style="border:3px solid #BB5982">Div</div>
This div border color is #BB5982.
.myOpacity80 { color: #BB5982; opacity: 0.8; }
<p style="color:#BB5982;opacity:0.8;">80%</p>
Text with #BB5982 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB5982;}
<p style="text-shadow: 3px 3px 1px #BB5982">Text here.</p>
This text has shadow with #BB5982 color.
.textShadow {text-shadow: 3px 3px 1px #BB5982', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB5982, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB5982 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB5982, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB5982, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB5982 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB5982;
-webkit-box-shadow: 1px 1px 3px 2px #BB5982;
box-shadow: 1px 1px 3px 2px #BB5982;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB5982; -webkit-box-shadow: 1px 1px 3px 2px #BB5982; box-shadow:1px 1px 3px 2px #BB5982;">
Div content here
</div>
This text has color #BB5982 on black background.
This text has color #BB5982 on white background.
This text has black color on #BB5982 background.
This text has white color on #BB5982 background.
Complementary color for #hex is #44A67D.