Shades of Mulberry #B55A99
Tints of Mulberry #B55A99
RGB
CMYK
RGB Variations
Color information
#B55A99 (or 0xB55A99) is known color: Mulberry. HEX triplet: B5, 5A and 99. RGB value is (181,90,153). Sum of RGB (Red+Green+Blue) = 181+90+153=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A99 is #4AA566. Grayscale: #7C7C7C. Windows color (decimal): -4892007 or 10050229. OLE color: 10050229.
HSL color Cylindrical-coordinate representation of color #B55A99: hue angle of 318.46º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A99 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 153 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.29 |
| HSL | 318.46º | 0.38% | 0.53% | - |
| HSV(B) | 318.46º | 0.5% | 0.71% | - |
| XYZ | 28.46 | 19.44 | 32.39 | - |
| YUV | 124.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 153 | 0 | 0.50 | 0.15 | 0.29 | 318.46 | 0.38 | 0.53 |
| Hex | B5 | 5A | 99 | 0 | 32 | F | 1D | 13E | 26 | 35 |
| Octal | 265 | 132 | 231 | 0 | 62 | 17 | 35 | 476 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10011001 | 0 | 110010 | 1111 | 11101 | 100111110 | 100110 | 110101 |
Color Harmonies of #B55A99
Complementary color
Monochromatic Colors of #B55A99
Black with #B55A99
Text Example
Text Example
White with #B55A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A99; }
p { color: rgb(181,90,153); }
H1.HeaderClassName
{
color: #B55A99;
}
.AnyTagClassName
{
color: #B55A99;
}
</style>
background-color css
<style>
a { background-color: #B55A99; }
a { background-color: rgb(181,90,153); }
div.DivClassName
{
background-color: #B55A99;
}
.BgClassName
{
background-color: #B55A99;
}
</style>
border-color css
<style>
span { border-color: #B55A99; }
span { border-color: rgb(181,90,153); }
td.TdClassName
{
border-color: #B55A99;
}
.TagClassName
{
border-color: #B55A99;
}
</style>