Shades of Mulberry #BB589C
Tints of Mulberry #BB589C
RGB
CMYK
RGB Variations
Color information
#BB589C (or 0xBB589C) is known color: Mulberry. HEX triplet: BB, 58 and 9C. RGB value is (187,88,156). Sum of RGB (Red+Green+Blue) = 187+88+156=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB589C is #44A763. Grayscale: #7D7D7D. Windows color (decimal): -4499300 or 10246331. OLE color: 10246331.
HSL color Cylindrical-coordinate representation of color #BB589C: hue angle of 318.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB589C is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 156 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.27 |
| HSL | 318.79º | 0.42% | 0.54% | - |
| HSV(B) | 318.79º | 0.53% | 0.73% | - |
| XYZ | 29.98 | 19.94 | 33.72 | - |
| YUV | 125.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 156 | 0 | 0.53 | 0.17 | 0.27 | 318.79 | 0.42 | 0.54 |
| Hex | BB | 58 | 9C | 0 | 35 | 11 | 1B | 13F | 2A | 36 |
| Octal | 273 | 130 | 234 | 0 | 65 | 21 | 33 | 477 | 52 | 66 |
| Binary | 10111011 | 1011000 | 10011100 | 0 | 110101 | 10001 | 11011 | 100111111 | 101010 | 110110 |
Color Harmonies of #BB589C
Complementary color
Monochromatic Colors of #BB589C
Black with #BB589C
Text Example
Text Example
White with #BB589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB589C; }
p { color: rgb(187,88,156); }
H1.HeaderClassName
{
color: #BB589C;
}
.AnyTagClassName
{
color: #BB589C;
}
</style>
background-color css
<style>
a { background-color: #BB589C; }
a { background-color: rgb(187,88,156); }
div.DivClassName
{
background-color: #BB589C;
}
.BgClassName
{
background-color: #BB589C;
}
</style>
border-color css
<style>
span { border-color: #BB589C; }
span { border-color: rgb(187,88,156); }
td.TdClassName
{
border-color: #BB589C;
}
.TagClassName
{
border-color: #BB589C;
}
</style>