Shades of Mulberry #BB5590
Tints of Mulberry #BB5590
RGB
CMYK
RGB Variations
Color information
#BB5590 (or 0xBB5590) is known color: Mulberry. HEX triplet: BB, 55 and 90. RGB value is (187,85,144). Sum of RGB (Red+Green+Blue) = 187+85+144=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5590 is #44AA6F. Grayscale: #7A7A7A. Windows color (decimal): -4500080 or 9459131. OLE color: 9459131.
HSL color Cylindrical-coordinate representation of color #BB5590: hue angle of 325.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5590 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 144 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.27 |
| HSL | 325.29º | 0.43% | 0.53% | - |
| HSV(B) | 325.29º | 0.55% | 0.73% | - |
| XYZ | 28.78 | 19.08 | 28.55 | - |
| YUV | 122.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 144 | 0 | 0.55 | 0.23 | 0.27 | 325.29 | 0.43 | 0.53 |
| Hex | BB | 55 | 90 | 0 | 37 | 17 | 1B | 145 | 2B | 35 |
| Octal | 273 | 125 | 220 | 0 | 67 | 27 | 33 | 505 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10010000 | 0 | 110111 | 10111 | 11011 | 101000101 | 101011 | 110101 |
Color Harmonies of #BB5590
Complementary color
Monochromatic Colors of #BB5590
Black with #BB5590
Text Example
Text Example
White with #BB5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5590; }
p { color: rgb(187,85,144); }
H1.HeaderClassName
{
color: #BB5590;
}
.AnyTagClassName
{
color: #BB5590;
}
</style>
background-color css
<style>
a { background-color: #BB5590; }
a { background-color: rgb(187,85,144); }
div.DivClassName
{
background-color: #BB5590;
}
.BgClassName
{
background-color: #BB5590;
}
</style>
border-color css
<style>
span { border-color: #BB5590; }
span { border-color: rgb(187,85,144); }
td.TdClassName
{
border-color: #BB5590;
}
.TagClassName
{
border-color: #BB5590;
}
</style>