Shades of Mulberry #B55791
Tints of Mulberry #B55791
RGB
CMYK
RGB Variations
Color information
#B55791 (or 0xB55791) is known color: Mulberry. HEX triplet: B5, 57 and 91. RGB value is (181,87,145). Sum of RGB (Red+Green+Blue) = 181+87+145=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B55791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55791 is #4AA86E. Grayscale: #797979. Windows color (decimal): -4892783 or 9525173. OLE color: 9525173.
HSL color Cylindrical-coordinate representation of color #B55791: hue angle of 322.98º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55791 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 145 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.29 |
| HSL | 322.98º | 0.39% | 0.53% | - |
| HSV(B) | 322.98º | 0.52% | 0.71% | - |
| XYZ | 27.58 | 18.68 | 28.94 | - |
| YUV | 121.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 145 | 0 | 0.52 | 0.20 | 0.29 | 322.98 | 0.39 | 0.53 |
| Hex | B5 | 57 | 91 | 0 | 34 | 14 | 1D | 143 | 27 | 35 |
| Octal | 265 | 127 | 221 | 0 | 64 | 24 | 35 | 503 | 47 | 65 |
| Binary | 10110101 | 1010111 | 10010001 | 0 | 110100 | 10100 | 11101 | 101000011 | 100111 | 110101 |
Color Harmonies of #B55791
Complementary color
Monochromatic Colors of #B55791
Black with #B55791
Text Example
Text Example
White with #B55791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55791; }
p { color: rgb(181,87,145); }
H1.HeaderClassName
{
color: #B55791;
}
.AnyTagClassName
{
color: #B55791;
}
</style>
background-color css
<style>
a { background-color: #B55791; }
a { background-color: rgb(181,87,145); }
div.DivClassName
{
background-color: #B55791;
}
.BgClassName
{
background-color: #B55791;
}
</style>
border-color css
<style>
span { border-color: #B55791; }
span { border-color: rgb(181,87,145); }
td.TdClassName
{
border-color: #B55791;
}
.TagClassName
{
border-color: #B55791;
}
</style>