Shades of Mulberry #B55497
Tints of Mulberry #B55497
RGB
CMYK
RGB Variations
Color information
#B55497 (or 0xB55497) is known color: Mulberry. HEX triplet: B5, 54 and 97. RGB value is (181,84,151). Sum of RGB (Red+Green+Blue) = 181+84+151=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B55497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55497 is #4AAB68. Grayscale: #787878. Windows color (decimal): -4893545 or 9917621. OLE color: 9917621.
HSL color Cylindrical-coordinate representation of color #B55497: hue angle of 318.56º 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 #B55497 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 151 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.29 |
| HSL | 318.56º | 0.4% | 0.52% | - |
| HSV(B) | 318.56º | 0.54% | 0.71% | - |
| XYZ | 27.81 | 18.4 | 31.36 | - |
| YUV | 120.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 151 | 0 | 0.54 | 0.17 | 0.29 | 318.56 | 0.4 | 0.52 |
| Hex | B5 | 54 | 97 | 0 | 36 | 11 | 1D | 13F | 28 | 34 |
| Octal | 265 | 124 | 227 | 0 | 66 | 21 | 35 | 477 | 50 | 64 |
| Binary | 10110101 | 1010100 | 10010111 | 0 | 110110 | 10001 | 11101 | 100111111 | 101000 | 110100 |
Color Harmonies of #B55497
Complementary color
Monochromatic Colors of #B55497
Black with #B55497
Text Example
Text Example
White with #B55497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55497; }
p { color: rgb(181,84,151); }
H1.HeaderClassName
{
color: #B55497;
}
.AnyTagClassName
{
color: #B55497;
}
</style>
background-color css
<style>
a { background-color: #B55497; }
a { background-color: rgb(181,84,151); }
div.DivClassName
{
background-color: #B55497;
}
.BgClassName
{
background-color: #B55497;
}
</style>
border-color css
<style>
span { border-color: #B55497; }
span { border-color: rgb(181,84,151); }
td.TdClassName
{
border-color: #B55497;
}
.TagClassName
{
border-color: #B55497;
}
</style>