Shades of Mulberry #BB5089
Tints of Mulberry #BB5089
RGB
CMYK
RGB Variations
Color information
#BB5089 (or 0xBB5089) is known color: Mulberry. HEX triplet: BB, 50 and 89. RGB value is (187,80,137). Sum of RGB (Red+Green+Blue) = 187+80+137=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5089 is #44AF76. Grayscale: #767676. Windows color (decimal): -4501367 or 8999099. OLE color: 8999099.
HSL color Cylindrical-coordinate representation of color #BB5089: hue angle of 328.04º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5089 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 137 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.27 |
| HSL | 328.04º | 0.44% | 0.52% | - |
| HSV(B) | 328.04º | 0.57% | 0.73% | - |
| XYZ | 27.88 | 18.11 | 25.69 | - |
| YUV | 118.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 137 | 0 | 0.57 | 0.27 | 0.27 | 328.04 | 0.44 | 0.52 |
| Hex | BB | 50 | 89 | 0 | 39 | 1B | 1B | 148 | 2C | 34 |
| Octal | 273 | 120 | 211 | 0 | 71 | 33 | 33 | 510 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10001001 | 0 | 111001 | 11011 | 11011 | 101001000 | 101100 | 110100 |
Color Harmonies of #BB5089
Complementary color
Monochromatic Colors of #BB5089
Black with #BB5089
Text Example
Text Example
White with #BB5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5089; }
p { color: rgb(187,80,137); }
H1.HeaderClassName
{
color: #BB5089;
}
.AnyTagClassName
{
color: #BB5089;
}
</style>
background-color css
<style>
a { background-color: #BB5089; }
a { background-color: rgb(187,80,137); }
div.DivClassName
{
background-color: #BB5089;
}
.BgClassName
{
background-color: #BB5089;
}
</style>
border-color css
<style>
span { border-color: #BB5089; }
span { border-color: rgb(187,80,137); }
td.TdClassName
{
border-color: #BB5089;
}
.TagClassName
{
border-color: #BB5089;
}
</style>