Shades of Mulberry #B55592
Tints of Mulberry #B55592
RGB
CMYK
RGB Variations
Color information
#B55592 (or 0xB55592) is known color: Mulberry. HEX triplet: B5, 55 and 92. RGB value is (181,85,146). Sum of RGB (Red+Green+Blue) = 181+85+146=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B55592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55592 is #4AAA6D. Grayscale: #787878. Windows color (decimal): -4893294 or 9590197. OLE color: 9590197.
HSL color Cylindrical-coordinate representation of color #B55592: hue angle of 321.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55592 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 146 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.29 |
| HSL | 321.88º | 0.39% | 0.52% | - |
| HSV(B) | 321.88º | 0.53% | 0.71% | - |
| XYZ | 27.49 | 18.4 | 29.3 | - |
| YUV | 120.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 146 | 0 | 0.53 | 0.19 | 0.29 | 321.88 | 0.39 | 0.52 |
| Hex | B5 | 55 | 92 | 0 | 35 | 13 | 1D | 142 | 27 | 34 |
| Octal | 265 | 125 | 222 | 0 | 65 | 23 | 35 | 502 | 47 | 64 |
| Binary | 10110101 | 1010101 | 10010010 | 0 | 110101 | 10011 | 11101 | 101000010 | 100111 | 110100 |
Color Harmonies of #B55592
Complementary color
Monochromatic Colors of #B55592
Black with #B55592
Text Example
Text Example
White with #B55592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55592; }
p { color: rgb(181,85,146); }
H1.HeaderClassName
{
color: #B55592;
}
.AnyTagClassName
{
color: #B55592;
}
</style>
background-color css
<style>
a { background-color: #B55592; }
a { background-color: rgb(181,85,146); }
div.DivClassName
{
background-color: #B55592;
}
.BgClassName
{
background-color: #B55592;
}
</style>
border-color css
<style>
span { border-color: #B55592; }
span { border-color: rgb(181,85,146); }
td.TdClassName
{
border-color: #B55592;
}
.TagClassName
{
border-color: #B55592;
}
</style>