Shades of Mulberry #BB5087
Tints of Mulberry #BB5087
RGB
CMYK
RGB Variations
Color information
#BB5087 (or 0xBB5087) is known color: Mulberry. HEX triplet: BB, 50 and 87. RGB value is (187,80,135). Sum of RGB (Red+Green+Blue) = 187+80+135=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5087 is #44AF78. Grayscale: #767676. Windows color (decimal): -4501369 or 8868027. OLE color: 8868027.
HSL color Cylindrical-coordinate representation of color #BB5087: hue angle of 329.16º 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 #BB5087 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 135 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.27 |
| HSL | 329.16º | 0.44% | 0.52% | - |
| HSV(B) | 329.16º | 0.57% | 0.73% | - |
| XYZ | 27.74 | 18.05 | 24.94 | - |
| YUV | 118.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 135 | 0 | 0.57 | 0.28 | 0.27 | 329.16 | 0.44 | 0.52 |
| Hex | BB | 50 | 87 | 0 | 39 | 1C | 1B | 149 | 2C | 34 |
| Octal | 273 | 120 | 207 | 0 | 71 | 34 | 33 | 511 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10000111 | 0 | 111001 | 11100 | 11011 | 101001001 | 101100 | 110100 |
Color Harmonies of #BB5087
Complementary color
Monochromatic Colors of #BB5087
Black with #BB5087
Text Example
Text Example
White with #BB5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5087; }
p { color: rgb(187,80,135); }
H1.HeaderClassName
{
color: #BB5087;
}
.AnyTagClassName
{
color: #BB5087;
}
</style>
background-color css
<style>
a { background-color: #BB5087; }
a { background-color: rgb(187,80,135); }
div.DivClassName
{
background-color: #BB5087;
}
.BgClassName
{
background-color: #BB5087;
}
</style>
border-color css
<style>
span { border-color: #BB5087; }
span { border-color: rgb(187,80,135); }
td.TdClassName
{
border-color: #BB5087;
}
.TagClassName
{
border-color: #BB5087;
}
</style>