Shades of Mulberry #B5578C
Tints of Mulberry #B5578C
RGB
CMYK
RGB Variations
Color information
#B5578C (or 0xB5578C) is known color: Mulberry. HEX triplet: B5, 57 and 8C. RGB value is (181,87,140). Sum of RGB (Red+Green+Blue) = 181+87+140=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5578C is #4AA873. Grayscale: #797979. Windows color (decimal): -4892788 or 9197493. OLE color: 9197493.
HSL color Cylindrical-coordinate representation of color #B5578C: hue angle of 326.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5578C is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 140 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.29 |
| HSL | 326.17º | 0.39% | 0.53% | - |
| HSV(B) | 326.17º | 0.52% | 0.71% | - |
| XYZ | 27.2 | 18.53 | 26.95 | - |
| YUV | 121.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 140 | 0 | 0.52 | 0.23 | 0.29 | 326.17 | 0.39 | 0.53 |
| Hex | B5 | 57 | 8C | 0 | 34 | 17 | 1D | 146 | 27 | 35 |
| Octal | 265 | 127 | 214 | 0 | 64 | 27 | 35 | 506 | 47 | 65 |
| Binary | 10110101 | 1010111 | 10001100 | 0 | 110100 | 10111 | 11101 | 101000110 | 100111 | 110101 |
Color Harmonies of #B5578C
Complementary color
Monochromatic Colors of #B5578C
Black with #B5578C
Text Example
Text Example
White with #B5578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5578C; }
p { color: rgb(181,87,140); }
H1.HeaderClassName
{
color: #B5578C;
}
.AnyTagClassName
{
color: #B5578C;
}
</style>
background-color css
<style>
a { background-color: #B5578C; }
a { background-color: rgb(181,87,140); }
div.DivClassName
{
background-color: #B5578C;
}
.BgClassName
{
background-color: #B5578C;
}
</style>
border-color css
<style>
span { border-color: #B5578C; }
span { border-color: rgb(181,87,140); }
td.TdClassName
{
border-color: #B5578C;
}
.TagClassName
{
border-color: #B5578C;
}
</style>