Shades of Mulberry #BB589B
Tints of Mulberry #BB589B
RGB
CMYK
RGB Variations
Color information
#BB589B (or 0xBB589B) is known color: Mulberry. HEX triplet: BB, 58 and 9B. RGB value is (187,88,155). Sum of RGB (Red+Green+Blue) = 187+88+155=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB589B is #44A764. Grayscale: #7D7D7D. Windows color (decimal): -4499301 or 10180795. OLE color: 10180795.
HSL color Cylindrical-coordinate representation of color #BB589B: hue angle of 319.39º 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 #BB589B is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 155 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.27 |
| HSL | 319.39º | 0.42% | 0.54% | - |
| HSV(B) | 319.39º | 0.53% | 0.73% | - |
| XYZ | 29.9 | 19.91 | 33.28 | - |
| YUV | 125.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 155 | 0 | 0.53 | 0.17 | 0.27 | 319.39 | 0.42 | 0.54 |
| Hex | BB | 58 | 9B | 0 | 35 | 11 | 1B | 13F | 2A | 36 |
| Octal | 273 | 130 | 233 | 0 | 65 | 21 | 33 | 477 | 52 | 66 |
| Binary | 10111011 | 1011000 | 10011011 | 0 | 110101 | 10001 | 11011 | 100111111 | 101010 | 110110 |
Color Harmonies of #BB589B
Complementary color
Monochromatic Colors of #BB589B
Black with #BB589B
Text Example
Text Example
White with #BB589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB589B; }
p { color: rgb(187,88,155); }
H1.HeaderClassName
{
color: #BB589B;
}
.AnyTagClassName
{
color: #BB589B;
}
</style>
background-color css
<style>
a { background-color: #BB589B; }
a { background-color: rgb(187,88,155); }
div.DivClassName
{
background-color: #BB589B;
}
.BgClassName
{
background-color: #BB589B;
}
</style>
border-color css
<style>
span { border-color: #BB589B; }
span { border-color: rgb(187,88,155); }
td.TdClassName
{
border-color: #BB589B;
}
.TagClassName
{
border-color: #BB589B;
}
</style>