Shades of Mulberry #B6559C
Tints of Mulberry #B6559C
RGB
CMYK
RGB Variations
Color information
#B6559C (or 0xB6559C) is known color: Mulberry. HEX triplet: B6, 55 and 9C. RGB value is (182,85,156). Sum of RGB (Red+Green+Blue) = 182+85+156=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6559C is #49AA63. Grayscale: #797979. Windows color (decimal): -4827748 or 10245558. OLE color: 10245558.
HSL color Cylindrical-coordinate representation of color #B6559C: hue angle of 316.08º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6559C is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 156 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.29 |
| HSL | 316.08º | 0.4% | 0.52% | - |
| HSV(B) | 316.08º | 0.53% | 0.71% | - |
| XYZ | 28.54 | 18.84 | 33.59 | - |
| YUV | 122.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 156 | 0 | 0.53 | 0.14 | 0.29 | 316.08 | 0.4 | 0.52 |
| Hex | B6 | 55 | 9C | 0 | 35 | E | 1D | 13C | 28 | 34 |
| Octal | 266 | 125 | 234 | 0 | 65 | 16 | 35 | 474 | 50 | 64 |
| Binary | 10110110 | 1010101 | 10011100 | 0 | 110101 | 1110 | 11101 | 100111100 | 101000 | 110100 |
Color Harmonies of #B6559C
Complementary color
Monochromatic Colors of #B6559C
Black with #B6559C
Text Example
Text Example
White with #B6559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6559C; }
p { color: rgb(182,85,156); }
H1.HeaderClassName
{
color: #B6559C;
}
.AnyTagClassName
{
color: #B6559C;
}
</style>
background-color css
<style>
a { background-color: #B6559C; }
a { background-color: rgb(182,85,156); }
div.DivClassName
{
background-color: #B6559C;
}
.BgClassName
{
background-color: #B6559C;
}
</style>
border-color css
<style>
span { border-color: #B6559C; }
span { border-color: rgb(182,85,156); }
td.TdClassName
{
border-color: #B6559C;
}
.TagClassName
{
border-color: #B6559C;
}
</style>