Shades of Mulberry #BB5599
Tints of Mulberry #BB5599
RGB
CMYK
RGB Variations
Color information
#BB5599 (or 0xBB5599) is known color: Mulberry. HEX triplet: BB, 55 and 99. RGB value is (187,85,153). Sum of RGB (Red+Green+Blue) = 187+85+153=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5599 is #44AA66. Grayscale: #7B7B7B. Windows color (decimal): -4500071 or 10048955. OLE color: 10048955.
HSL color Cylindrical-coordinate representation of color #BB5599: hue angle of 320º 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 #BB5599 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 153 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.27 |
| HSL | 320º | 0.43% | 0.53% | - |
| HSV(B) | 320º | 0.55% | 0.73% | - |
| XYZ | 29.49 | 19.36 | 32.32 | - |
| YUV | 123.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 153 | 0 | 0.55 | 0.18 | 0.27 | 320 | 0.43 | 0.53 |
| Hex | BB | 55 | 99 | 0 | 37 | 12 | 1B | 140 | 2B | 35 |
| Octal | 273 | 125 | 231 | 0 | 67 | 22 | 33 | 500 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10011001 | 0 | 110111 | 10010 | 11011 | 101000000 | 101011 | 110101 |
Color Harmonies of #BB5599
Complementary color
Monochromatic Colors of #BB5599
Black with #BB5599
Text Example
Text Example
White with #BB5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5599; }
p { color: rgb(187,85,153); }
H1.HeaderClassName
{
color: #BB5599;
}
.AnyTagClassName
{
color: #BB5599;
}
</style>
background-color css
<style>
a { background-color: #BB5599; }
a { background-color: rgb(187,85,153); }
div.DivClassName
{
background-color: #BB5599;
}
.BgClassName
{
background-color: #BB5599;
}
</style>
border-color css
<style>
span { border-color: #BB5599; }
span { border-color: rgb(187,85,153); }
td.TdClassName
{
border-color: #BB5599;
}
.TagClassName
{
border-color: #BB5599;
}
</style>