Shades of Mulberry #B55199
Tints of Mulberry #B55199
RGB
CMYK
RGB Variations
Color information
#B55199 (or 0xB55199) is known color: Mulberry. HEX triplet: B5, 51 and 99. RGB value is (181,81,153). Sum of RGB (Red+Green+Blue) = 181+81+153=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B55199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55199 is #4AAE66. Grayscale: #767676. Windows color (decimal): -4894311 or 10047925. OLE color: 10047925.
HSL color Cylindrical-coordinate representation of color #B55199: hue angle of 316.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55199 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 153 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.29 |
| HSL | 316.8º | 0.4% | 0.51% | - |
| HSV(B) | 316.8º | 0.55% | 0.71% | - |
| XYZ | 27.75 | 18.01 | 32.15 | - |
| YUV | 119.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 153 | 0 | 0.55 | 0.15 | 0.29 | 316.8 | 0.4 | 0.51 |
| Hex | B5 | 51 | 99 | 0 | 37 | F | 1D | 13D | 28 | 33 |
| Octal | 265 | 121 | 231 | 0 | 67 | 17 | 35 | 475 | 50 | 63 |
| Binary | 10110101 | 1010001 | 10011001 | 0 | 110111 | 1111 | 11101 | 100111101 | 101000 | 110011 |
Color Harmonies of #B55199
Complementary color
Monochromatic Colors of #B55199
Black with #B55199
Text Example
Text Example
White with #B55199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55199; }
p { color: rgb(181,81,153); }
H1.HeaderClassName
{
color: #B55199;
}
.AnyTagClassName
{
color: #B55199;
}
</style>
background-color css
<style>
a { background-color: #B55199; }
a { background-color: rgb(181,81,153); }
div.DivClassName
{
background-color: #B55199;
}
.BgClassName
{
background-color: #B55199;
}
</style>
border-color css
<style>
span { border-color: #B55199; }
span { border-color: rgb(181,81,153); }
td.TdClassName
{
border-color: #B55199;
}
.TagClassName
{
border-color: #B55199;
}
</style>