Shades of Mulberry #B55291
Tints of Mulberry #B55291
RGB
CMYK
RGB Variations
Color information
#B55291 (or 0xB55291) is known color: Mulberry. HEX triplet: B5, 52 and 91. RGB value is (181,82,145). Sum of RGB (Red+Green+Blue) = 181+82+145=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B55291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55291 is #4AAD6E. Grayscale: #767676. Windows color (decimal): -4894063 or 9523893. OLE color: 9523893.
HSL color Cylindrical-coordinate representation of color #B55291: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55291 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 145 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.29 |
| HSL | 321.82º | 0.4% | 0.52% | - |
| HSV(B) | 321.82º | 0.55% | 0.71% | - |
| XYZ | 27.18 | 17.9 | 28.81 | - |
| YUV | 118.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 145 | 0 | 0.55 | 0.20 | 0.29 | 321.82 | 0.4 | 0.52 |
| Hex | B5 | 52 | 91 | 0 | 37 | 14 | 1D | 142 | 28 | 34 |
| Octal | 265 | 122 | 221 | 0 | 67 | 24 | 35 | 502 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10010001 | 0 | 110111 | 10100 | 11101 | 101000010 | 101000 | 110100 |
Color Harmonies of #B55291
Complementary color
Monochromatic Colors of #B55291
Black with #B55291
Text Example
Text Example
White with #B55291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55291; }
p { color: rgb(181,82,145); }
H1.HeaderClassName
{
color: #B55291;
}
.AnyTagClassName
{
color: #B55291;
}
</style>
background-color css
<style>
a { background-color: #B55291; }
a { background-color: rgb(181,82,145); }
div.DivClassName
{
background-color: #B55291;
}
.BgClassName
{
background-color: #B55291;
}
</style>
border-color css
<style>
span { border-color: #B55291; }
span { border-color: rgb(181,82,145); }
td.TdClassName
{
border-color: #B55291;
}
.TagClassName
{
border-color: #B55291;
}
</style>