Shades of Mulberry #B55290
Tints of Mulberry #B55290
RGB
CMYK
RGB Variations
Color information
#B55290 (or 0xB55290) is known color: Mulberry. HEX triplet: B5, 52 and 90. RGB value is (181,82,144). Sum of RGB (Red+Green+Blue) = 181+82+144=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B55290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55290 is #4AAD6F. Grayscale: #767676. Windows color (decimal): -4894064 or 9458357. OLE color: 9458357.
HSL color Cylindrical-coordinate representation of color #B55290: hue angle of 322.42º 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 #B55290 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 144 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.29 |
| HSL | 322.42º | 0.4% | 0.52% | - |
| HSV(B) | 322.42º | 0.55% | 0.71% | - |
| XYZ | 27.11 | 17.87 | 28.41 | - |
| YUV | 118.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 144 | 0 | 0.55 | 0.20 | 0.29 | 322.42 | 0.4 | 0.52 |
| Hex | B5 | 52 | 90 | 0 | 37 | 14 | 1D | 142 | 28 | 34 |
| Octal | 265 | 122 | 220 | 0 | 67 | 24 | 35 | 502 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10010000 | 0 | 110111 | 10100 | 11101 | 101000010 | 101000 | 110100 |
Color Harmonies of #B55290
Complementary color
Monochromatic Colors of #B55290
Black with #B55290
Text Example
Text Example
White with #B55290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55290; }
p { color: rgb(181,82,144); }
H1.HeaderClassName
{
color: #B55290;
}
.AnyTagClassName
{
color: #B55290;
}
</style>
background-color css
<style>
a { background-color: #B55290; }
a { background-color: rgb(181,82,144); }
div.DivClassName
{
background-color: #B55290;
}
.BgClassName
{
background-color: #B55290;
}
</style>
border-color css
<style>
span { border-color: #B55290; }
span { border-color: rgb(181,82,144); }
td.TdClassName
{
border-color: #B55290;
}
.TagClassName
{
border-color: #B55290;
}
</style>