Shades of Mulberry #BB5499
Tints of Mulberry #BB5499
RGB
CMYK
RGB Variations
Color information
#BB5499 (or 0xBB5499) is known color: Mulberry. HEX triplet: BB, 54 and 99. RGB value is (187,84,153). Sum of RGB (Red+Green+Blue) = 187+84+153=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5499 is #44AB66. Grayscale: #7A7A7A. Windows color (decimal): -4500327 or 10048699. OLE color: 10048699.
HSL color Cylindrical-coordinate representation of color #BB5499: hue angle of 319.81º 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 #BB5499 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 153 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.27 |
| HSL | 319.81º | 0.43% | 0.53% | - |
| HSV(B) | 319.81º | 0.55% | 0.73% | - |
| XYZ | 29.41 | 19.21 | 32.29 | - |
| YUV | 122.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 153 | 0 | 0.55 | 0.18 | 0.27 | 319.81 | 0.43 | 0.53 |
| Hex | BB | 54 | 99 | 0 | 37 | 12 | 1B | 140 | 2B | 35 |
| Octal | 273 | 124 | 231 | 0 | 67 | 22 | 33 | 500 | 53 | 65 |
| Binary | 10111011 | 1010100 | 10011001 | 0 | 110111 | 10010 | 11011 | 101000000 | 101011 | 110101 |
Color Harmonies of #BB5499
Complementary color
Monochromatic Colors of #BB5499
Black with #BB5499
Text Example
Text Example
White with #BB5499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5499; }
p { color: rgb(187,84,153); }
H1.HeaderClassName
{
color: #BB5499;
}
.AnyTagClassName
{
color: #BB5499;
}
</style>
background-color css
<style>
a { background-color: #BB5499; }
a { background-color: rgb(187,84,153); }
div.DivClassName
{
background-color: #BB5499;
}
.BgClassName
{
background-color: #BB5499;
}
</style>
border-color css
<style>
span { border-color: #BB5499; }
span { border-color: rgb(187,84,153); }
td.TdClassName
{
border-color: #BB5499;
}
.TagClassName
{
border-color: #BB5499;
}
</style>