Shades of Mulberry #BB599A
Tints of Mulberry #BB599A
RGB
CMYK
RGB Variations
Color information
#BB599A (or 0xBB599A) is known color: Mulberry. HEX triplet: BB, 59 and 9A. RGB value is (187,89,154). Sum of RGB (Red+Green+Blue) = 187+89+154=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB599A is #44A665. Grayscale: #7D7D7D. Windows color (decimal): -4499046 or 10115515. OLE color: 10115515.
HSL color Cylindrical-coordinate representation of color #BB599A: hue angle of 320.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB599A is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 154 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.27 |
| HSL | 320.2º | 0.42% | 0.54% | - |
| HSV(B) | 320.2º | 0.52% | 0.73% | - |
| XYZ | 29.9 | 20.04 | 32.86 | - |
| YUV | 125.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 154 | 0 | 0.52 | 0.18 | 0.27 | 320.2 | 0.42 | 0.54 |
| Hex | BB | 59 | 9A | 0 | 34 | 12 | 1B | 140 | 2A | 36 |
| Octal | 273 | 131 | 232 | 0 | 64 | 22 | 33 | 500 | 52 | 66 |
| Binary | 10111011 | 1011001 | 10011010 | 0 | 110100 | 10010 | 11011 | 101000000 | 101010 | 110110 |
Color Harmonies of #BB599A
Complementary color
Monochromatic Colors of #BB599A
Black with #BB599A
Text Example
Text Example
White with #BB599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB599A; }
p { color: rgb(187,89,154); }
H1.HeaderClassName
{
color: #BB599A;
}
.AnyTagClassName
{
color: #BB599A;
}
</style>
background-color css
<style>
a { background-color: #BB599A; }
a { background-color: rgb(187,89,154); }
div.DivClassName
{
background-color: #BB599A;
}
.BgClassName
{
background-color: #BB599A;
}
</style>
border-color css
<style>
span { border-color: #BB599A; }
span { border-color: rgb(187,89,154); }
td.TdClassName
{
border-color: #BB599A;
}
.TagClassName
{
border-color: #BB599A;
}
</style>