Shades of Mulberry #B05987
Tints of Mulberry #B05987
RGB
CMYK
RGB Variations
Color information
#B05987 (or 0xB05987) is known color: Mulberry. HEX triplet: B0, 59 and 87. RGB value is (176,89,135). Sum of RGB (Red+Green+Blue) = 176+89+135=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B05987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05987 is #4FA678. Grayscale: #787878. Windows color (decimal): -5219961 or 8870320. OLE color: 8870320.
HSL color Cylindrical-coordinate representation of color #B05987: hue angle of 328.28º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05987 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 135 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.31 |
| HSL | 328.28º | 0.36% | 0.52% | - |
| HSV(B) | 328.28º | 0.49% | 0.69% | - |
| XYZ | 25.85 | 18.12 | 25.06 | - |
| YUV | 120.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 135 | 0 | 0.49 | 0.23 | 0.31 | 328.28 | 0.36 | 0.52 |
| Hex | B0 | 59 | 87 | 0 | 31 | 17 | 1F | 148 | 24 | 34 |
| Octal | 260 | 131 | 207 | 0 | 61 | 27 | 37 | 510 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10000111 | 0 | 110001 | 10111 | 11111 | 101001000 | 100100 | 110100 |
Color Harmonies of #B05987
Complementary color
Monochromatic Colors of #B05987
Black with #B05987
Text Example
Text Example
White with #B05987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05987; }
p { color: rgb(176,89,135); }
H1.HeaderClassName
{
color: #B05987;
}
.AnyTagClassName
{
color: #B05987;
}
</style>
background-color css
<style>
a { background-color: #B05987; }
a { background-color: rgb(176,89,135); }
div.DivClassName
{
background-color: #B05987;
}
.BgClassName
{
background-color: #B05987;
}
</style>
border-color css
<style>
span { border-color: #B05987; }
span { border-color: rgb(176,89,135); }
td.TdClassName
{
border-color: #B05987;
}
.TagClassName
{
border-color: #B05987;
}
</style>