Shades of Mulberry #B55A96
Tints of Mulberry #B55A96
RGB
CMYK
RGB Variations
Color information
#B55A96 (or 0xB55A96) is known color: Mulberry. HEX triplet: B5, 5A and 96. RGB value is (181,90,150). Sum of RGB (Red+Green+Blue) = 181+90+150=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A96 is #4AA569. Grayscale: #7B7B7B. Windows color (decimal): -4892010 or 9853621. OLE color: 9853621.
HSL color Cylindrical-coordinate representation of color #B55A96: hue angle of 320.44º 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 #B55A96 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 150 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.29 |
| HSL | 320.44º | 0.38% | 0.53% | - |
| HSV(B) | 320.44º | 0.5% | 0.71% | - |
| XYZ | 28.22 | 19.34 | 31.1 | - |
| YUV | 124.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 150 | 0 | 0.50 | 0.17 | 0.29 | 320.44 | 0.38 | 0.53 |
| Hex | B5 | 5A | 96 | 0 | 32 | 11 | 1D | 140 | 26 | 35 |
| Octal | 265 | 132 | 226 | 0 | 62 | 21 | 35 | 500 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10010110 | 0 | 110010 | 10001 | 11101 | 101000000 | 100110 | 110101 |
Color Harmonies of #B55A96
Complementary color
Monochromatic Colors of #B55A96
Black with #B55A96
Text Example
Text Example
White with #B55A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A96; }
p { color: rgb(181,90,150); }
H1.HeaderClassName
{
color: #B55A96;
}
.AnyTagClassName
{
color: #B55A96;
}
</style>
background-color css
<style>
a { background-color: #B55A96; }
a { background-color: rgb(181,90,150); }
div.DivClassName
{
background-color: #B55A96;
}
.BgClassName
{
background-color: #B55A96;
}
</style>
border-color css
<style>
span { border-color: #B55A96; }
span { border-color: rgb(181,90,150); }
td.TdClassName
{
border-color: #B55A96;
}
.TagClassName
{
border-color: #B55A96;
}
</style>