Shades of Mulberry #B55387
Tints of Mulberry #B55387
RGB
CMYK
RGB Variations
Color information
#B55387 (or 0xB55387) is known color: Mulberry. HEX triplet: B5, 53 and 87. RGB value is (181,83,135). Sum of RGB (Red+Green+Blue) = 181+83+135=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B55387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55387 is #4AAC78. Grayscale: #767676. Windows color (decimal): -4893817 or 8868789. OLE color: 8868789.
HSL color Cylindrical-coordinate representation of color #B55387: hue angle of 328.16º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55387 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 135 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.29 |
| HSL | 328.16º | 0.4% | 0.52% | - |
| HSV(B) | 328.16º | 0.54% | 0.71% | - |
| XYZ | 26.52 | 17.76 | 24.95 | - |
| YUV | 118.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 135 | 0 | 0.54 | 0.25 | 0.29 | 328.16 | 0.4 | 0.52 |
| Hex | B5 | 53 | 87 | 0 | 36 | 19 | 1D | 148 | 28 | 34 |
| Octal | 265 | 123 | 207 | 0 | 66 | 31 | 35 | 510 | 50 | 64 |
| Binary | 10110101 | 1010011 | 10000111 | 0 | 110110 | 11001 | 11101 | 101001000 | 101000 | 110100 |
Color Harmonies of #B55387
Complementary color
Monochromatic Colors of #B55387
Black with #B55387
Text Example
Text Example
White with #B55387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55387; }
p { color: rgb(181,83,135); }
H1.HeaderClassName
{
color: #B55387;
}
.AnyTagClassName
{
color: #B55387;
}
</style>
background-color css
<style>
a { background-color: #B55387; }
a { background-color: rgb(181,83,135); }
div.DivClassName
{
background-color: #B55387;
}
.BgClassName
{
background-color: #B55387;
}
</style>
border-color css
<style>
span { border-color: #B55387; }
span { border-color: rgb(181,83,135); }
td.TdClassName
{
border-color: #B55387;
}
.TagClassName
{
border-color: #B55387;
}
</style>