Shades of Mulberry #BB5199
Tints of Mulberry #BB5199
RGB
CMYK
RGB Variations
Color information
#BB5199 (or 0xBB5199) is known color: Mulberry. HEX triplet: BB, 51 and 99. RGB value is (187,81,153). Sum of RGB (Red+Green+Blue) = 187+81+153=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5199 is #44AE66. Grayscale: #787878. Windows color (decimal): -4501095 or 10047931. OLE color: 10047931.
HSL color Cylindrical-coordinate representation of color #BB5199: hue angle of 319.25º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5199 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 153 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.27 |
| HSL | 319.25º | 0.44% | 0.53% | - |
| HSV(B) | 319.25º | 0.57% | 0.73% | - |
| XYZ | 29.19 | 18.75 | 32.22 | - |
| YUV | 120.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 153 | 0 | 0.57 | 0.18 | 0.27 | 319.25 | 0.44 | 0.53 |
| Hex | BB | 51 | 99 | 0 | 39 | 12 | 1B | 13F | 2C | 35 |
| Octal | 273 | 121 | 231 | 0 | 71 | 22 | 33 | 477 | 54 | 65 |
| Binary | 10111011 | 1010001 | 10011001 | 0 | 111001 | 10010 | 11011 | 100111111 | 101100 | 110101 |
Color Harmonies of #BB5199
Complementary color
Monochromatic Colors of #BB5199
Black with #BB5199
Text Example
Text Example
White with #BB5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5199; }
p { color: rgb(187,81,153); }
H1.HeaderClassName
{
color: #BB5199;
}
.AnyTagClassName
{
color: #BB5199;
}
</style>
background-color css
<style>
a { background-color: #BB5199; }
a { background-color: rgb(187,81,153); }
div.DivClassName
{
background-color: #BB5199;
}
.BgClassName
{
background-color: #BB5199;
}
</style>
border-color css
<style>
span { border-color: #BB5199; }
span { border-color: rgb(187,81,153); }
td.TdClassName
{
border-color: #BB5199;
}
.TagClassName
{
border-color: #BB5199;
}
</style>