Shades of Mulberry #B6578C
Tints of Mulberry #B6578C
RGB
CMYK
RGB Variations
Color information
#B6578C (or 0xB6578C) is known color: Mulberry. HEX triplet: B6, 57 and 8C. RGB value is (182,87,140). Sum of RGB (Red+Green+Blue) = 182+87+140=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6578C is #49A873. Grayscale: #797979. Windows color (decimal): -4827252 or 9197494. OLE color: 9197494.
HSL color Cylindrical-coordinate representation of color #B6578C: hue angle of 326.53º 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 #B6578C is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 87 | 140 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.29 |
| HSL | 326.53º | 0.39% | 0.53% | - |
| HSV(B) | 326.53º | 0.52% | 0.71% | - |
| XYZ | 27.43 | 18.65 | 26.97 | - |
| YUV | 121.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 140 | 0 | 0.52 | 0.23 | 0.29 | 326.53 | 0.39 | 0.53 |
| Hex | B6 | 57 | 8C | 0 | 34 | 17 | 1D | 147 | 27 | 35 |
| Octal | 266 | 127 | 214 | 0 | 64 | 27 | 35 | 507 | 47 | 65 |
| Binary | 10110110 | 1010111 | 10001100 | 0 | 110100 | 10111 | 11101 | 101000111 | 100111 | 110101 |
Color Harmonies of #B6578C
Complementary color
Monochromatic Colors of #B6578C
Black with #B6578C
Text Example
Text Example
White with #B6578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6578C; }
p { color: rgb(182,87,140); }
H1.HeaderClassName
{
color: #B6578C;
}
.AnyTagClassName
{
color: #B6578C;
}
</style>
background-color css
<style>
a { background-color: #B6578C; }
a { background-color: rgb(182,87,140); }
div.DivClassName
{
background-color: #B6578C;
}
.BgClassName
{
background-color: #B6578C;
}
</style>
border-color css
<style>
span { border-color: #B6578C; }
span { border-color: rgb(182,87,140); }
td.TdClassName
{
border-color: #B6578C;
}
.TagClassName
{
border-color: #B6578C;
}
</style>