Shades of Mulberry #B55990
Tints of Mulberry #B55990
RGB
CMYK
RGB Variations
Color information
#B55990 (or 0xB55990) is known color: Mulberry. HEX triplet: B5, 59 and 90. RGB value is (181,89,144). Sum of RGB (Red+Green+Blue) = 181+89+144=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55990 is #4AA66F. Grayscale: #7A7A7A. Windows color (decimal): -4892272 or 9460149. OLE color: 9460149.
HSL color Cylindrical-coordinate representation of color #B55990: hue angle of 324.13º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55990 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 144 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.29 |
| HSL | 324.13º | 0.38% | 0.53% | - |
| HSV(B) | 324.13º | 0.51% | 0.71% | - |
| XYZ | 27.66 | 18.98 | 28.59 | - |
| YUV | 122.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 144 | 0 | 0.51 | 0.20 | 0.29 | 324.13 | 0.38 | 0.53 |
| Hex | B5 | 59 | 90 | 0 | 33 | 14 | 1D | 144 | 26 | 35 |
| Octal | 265 | 131 | 220 | 0 | 63 | 24 | 35 | 504 | 46 | 65 |
| Binary | 10110101 | 1011001 | 10010000 | 0 | 110011 | 10100 | 11101 | 101000100 | 100110 | 110101 |
Color Harmonies of #B55990
Complementary color
Monochromatic Colors of #B55990
Black with #B55990
Text Example
Text Example
White with #B55990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55990; }
p { color: rgb(181,89,144); }
H1.HeaderClassName
{
color: #B55990;
}
.AnyTagClassName
{
color: #B55990;
}
</style>
background-color css
<style>
a { background-color: #B55990; }
a { background-color: rgb(181,89,144); }
div.DivClassName
{
background-color: #B55990;
}
.BgClassName
{
background-color: #B55990;
}
</style>
border-color css
<style>
span { border-color: #B55990; }
span { border-color: rgb(181,89,144); }
td.TdClassName
{
border-color: #B55990;
}
.TagClassName
{
border-color: #B55990;
}
</style>