Shades of Mulberry #B55993
Tints of Mulberry #B55993
RGB
CMYK
RGB Variations
Color information
#B55993 (or 0xB55993) is known color: Mulberry. HEX triplet: B5, 59 and 93. RGB value is (181,89,147). Sum of RGB (Red+Green+Blue) = 181+89+147=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B55993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55993 is #4AA66C. Grayscale: #7A7A7A. Windows color (decimal): -4892269 or 9656757. OLE color: 9656757.
HSL color Cylindrical-coordinate representation of color #B55993: hue angle of 322.17º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55993 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 147 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.29 |
| HSL | 322.17º | 0.38% | 0.53% | - |
| HSV(B) | 322.17º | 0.51% | 0.71% | - |
| XYZ | 27.89 | 19.08 | 29.82 | - |
| YUV | 123.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 147 | 0 | 0.51 | 0.19 | 0.29 | 322.17 | 0.38 | 0.53 |
| Hex | B5 | 59 | 93 | 0 | 33 | 13 | 1D | 142 | 26 | 35 |
| Octal | 265 | 131 | 223 | 0 | 63 | 23 | 35 | 502 | 46 | 65 |
| Binary | 10110101 | 1011001 | 10010011 | 0 | 110011 | 10011 | 11101 | 101000010 | 100110 | 110101 |
Color Harmonies of #B55993
Complementary color
Monochromatic Colors of #B55993
Black with #B55993
Text Example
Text Example
White with #B55993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55993; }
p { color: rgb(181,89,147); }
H1.HeaderClassName
{
color: #B55993;
}
.AnyTagClassName
{
color: #B55993;
}
</style>
background-color css
<style>
a { background-color: #B55993; }
a { background-color: rgb(181,89,147); }
div.DivClassName
{
background-color: #B55993;
}
.BgClassName
{
background-color: #B55993;
}
</style>
border-color css
<style>
span { border-color: #B55993; }
span { border-color: rgb(181,89,147); }
td.TdClassName
{
border-color: #B55993;
}
.TagClassName
{
border-color: #B55993;
}
</style>