Shades of Mulberry #B55E97
Tints of Mulberry #B55E97
RGB
CMYK
RGB Variations
Color information
#B55E97 (or 0xB55E97) is known color: Mulberry. HEX triplet: B5, 5E and 97. RGB value is (181,94,151). Sum of RGB (Red+Green+Blue) = 181+94+151=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E97 is #4AA168. Grayscale: #7E7E7E. Windows color (decimal): -4890985 or 9920181. OLE color: 9920181.
HSL color Cylindrical-coordinate representation of color #B55E97: hue angle of 320.69º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55E97 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 151 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.29 |
| HSL | 320.69º | 0.37% | 0.54% | - |
| HSV(B) | 320.69º | 0.48% | 0.71% | - |
| XYZ | 28.64 | 20.06 | 31.64 | - |
| YUV | 126.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 151 | 0 | 0.48 | 0.17 | 0.29 | 320.69 | 0.37 | 0.54 |
| Hex | B5 | 5E | 97 | 0 | 30 | 11 | 1D | 141 | 25 | 36 |
| Octal | 265 | 136 | 227 | 0 | 60 | 21 | 35 | 501 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10010111 | 0 | 110000 | 10001 | 11101 | 101000001 | 100101 | 110110 |
Color Harmonies of #B55E97
Complementary color
Monochromatic Colors of #B55E97
Black with #B55E97
Text Example
Text Example
White with #B55E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E97; }
p { color: rgb(181,94,151); }
H1.HeaderClassName
{
color: #B55E97;
}
.AnyTagClassName
{
color: #B55E97;
}
</style>
background-color css
<style>
a { background-color: #B55E97; }
a { background-color: rgb(181,94,151); }
div.DivClassName
{
background-color: #B55E97;
}
.BgClassName
{
background-color: #B55E97;
}
</style>
border-color css
<style>
span { border-color: #B55E97; }
span { border-color: rgb(181,94,151); }
td.TdClassName
{
border-color: #B55E97;
}
.TagClassName
{
border-color: #B55E97;
}
</style>