Shades of Mulberry #B55E95
Tints of Mulberry #B55E95
RGB
CMYK
RGB Variations
Color information
#B55E95 (or 0xB55E95) is known color: Mulberry. HEX triplet: B5, 5E and 95. RGB value is (181,94,149). Sum of RGB (Red+Green+Blue) = 181+94+149=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E95 is #4AA16A. Grayscale: #7E7E7E. Windows color (decimal): -4890987 or 9789109. OLE color: 9789109.
HSL color Cylindrical-coordinate representation of color #B55E95: hue angle of 322.07º 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 #B55E95 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 149 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.29 |
| HSL | 322.07º | 0.37% | 0.54% | - |
| HSV(B) | 322.07º | 0.48% | 0.71% | - |
| XYZ | 28.48 | 20 | 30.79 | - |
| YUV | 126.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 149 | 0 | 0.48 | 0.18 | 0.29 | 322.07 | 0.37 | 0.54 |
| Hex | B5 | 5E | 95 | 0 | 30 | 12 | 1D | 142 | 25 | 36 |
| Octal | 265 | 136 | 225 | 0 | 60 | 22 | 35 | 502 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10010101 | 0 | 110000 | 10010 | 11101 | 101000010 | 100101 | 110110 |
Color Harmonies of #B55E95
Complementary color
Monochromatic Colors of #B55E95
Black with #B55E95
Text Example
Text Example
White with #B55E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E95; }
p { color: rgb(181,94,149); }
H1.HeaderClassName
{
color: #B55E95;
}
.AnyTagClassName
{
color: #B55E95;
}
</style>
background-color css
<style>
a { background-color: #B55E95; }
a { background-color: rgb(181,94,149); }
div.DivClassName
{
background-color: #B55E95;
}
.BgClassName
{
background-color: #B55E95;
}
</style>
border-color css
<style>
span { border-color: #B55E95; }
span { border-color: rgb(181,94,149); }
td.TdClassName
{
border-color: #B55E95;
}
.TagClassName
{
border-color: #B55E95;
}
</style>