Shades of Mulberry #BB519C
Tints of Mulberry #BB519C
RGB
CMYK
RGB Variations
Color information
#BB519C (or 0xBB519C) is known color: Mulberry. HEX triplet: BB, 51 and 9C. RGB value is (187,81,156). Sum of RGB (Red+Green+Blue) = 187+81+156=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB519C is #44AE63. Grayscale: #797979. Windows color (decimal): -4501092 or 10244539. OLE color: 10244539.
HSL color Cylindrical-coordinate representation of color #BB519C: hue angle of 317.55º 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 #BB519C is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 156 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.27 |
| HSL | 317.55º | 0.44% | 0.53% | - |
| HSV(B) | 317.55º | 0.57% | 0.73% | - |
| XYZ | 29.44 | 18.85 | 33.54 | - |
| YUV | 121.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 156 | 0 | 0.57 | 0.17 | 0.27 | 317.55 | 0.44 | 0.53 |
| Hex | BB | 51 | 9C | 0 | 39 | 11 | 1B | 13E | 2C | 35 |
| Octal | 273 | 121 | 234 | 0 | 71 | 21 | 33 | 476 | 54 | 65 |
| Binary | 10111011 | 1010001 | 10011100 | 0 | 111001 | 10001 | 11011 | 100111110 | 101100 | 110101 |
Color Harmonies of #BB519C
Complementary color
Monochromatic Colors of #BB519C
Black with #BB519C
Text Example
Text Example
White with #BB519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB519C; }
p { color: rgb(187,81,156); }
H1.HeaderClassName
{
color: #BB519C;
}
.AnyTagClassName
{
color: #BB519C;
}
</style>
background-color css
<style>
a { background-color: #BB519C; }
a { background-color: rgb(187,81,156); }
div.DivClassName
{
background-color: #BB519C;
}
.BgClassName
{
background-color: #BB519C;
}
</style>
border-color css
<style>
span { border-color: #BB519C; }
span { border-color: rgb(187,81,156); }
td.TdClassName
{
border-color: #BB519C;
}
.TagClassName
{
border-color: #BB519C;
}
</style>