Shades of Mulberry #B55295
Tints of Mulberry #B55295
RGB
CMYK
RGB Variations
Color information
#B55295 (or 0xB55295) is known color: Mulberry. HEX triplet: B5, 52 and 95. RGB value is (181,82,149). Sum of RGB (Red+Green+Blue) = 181+82+149=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B55295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55295 is #4AAD6A. Grayscale: #777777. Windows color (decimal): -4894059 or 9786037. OLE color: 9786037.
HSL color Cylindrical-coordinate representation of color #B55295: hue angle of 319.39º 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 #B55295 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 149 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.29 |
| HSL | 319.39º | 0.4% | 0.52% | - |
| HSV(B) | 319.39º | 0.55% | 0.71% | - |
| XYZ | 27.5 | 18.03 | 30.46 | - |
| YUV | 119.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 149 | 0 | 0.55 | 0.18 | 0.29 | 319.39 | 0.4 | 0.52 |
| Hex | B5 | 52 | 95 | 0 | 37 | 12 | 1D | 13F | 28 | 34 |
| Octal | 265 | 122 | 225 | 0 | 67 | 22 | 35 | 477 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10010101 | 0 | 110111 | 10010 | 11101 | 100111111 | 101000 | 110100 |
Color Harmonies of #B55295
Complementary color
Monochromatic Colors of #B55295
Black with #B55295
Text Example
Text Example
White with #B55295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55295; }
p { color: rgb(181,82,149); }
H1.HeaderClassName
{
color: #B55295;
}
.AnyTagClassName
{
color: #B55295;
}
</style>
background-color css
<style>
a { background-color: #B55295; }
a { background-color: rgb(181,82,149); }
div.DivClassName
{
background-color: #B55295;
}
.BgClassName
{
background-color: #B55295;
}
</style>
border-color css
<style>
span { border-color: #B55295; }
span { border-color: rgb(181,82,149); }
td.TdClassName
{
border-color: #B55295;
}
.TagClassName
{
border-color: #B55295;
}
</style>