Shades of Mulberry #B8559C
Tints of Mulberry #B8559C
RGB
CMYK
RGB Variations
Color information
#B8559C (or 0xB8559C) is known color: Mulberry. HEX triplet: B8, 55 and 9C. RGB value is (184,85,156). Sum of RGB (Red+Green+Blue) = 184+85+156=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8559C is #47AA63. Grayscale: #7A7A7A. Windows color (decimal): -4696676 or 10245560. OLE color: 10245560.
HSL color Cylindrical-coordinate representation of color #B8559C: hue angle of 316.97º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8559C is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 156 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.28 |
| HSL | 316.97º | 0.41% | 0.53% | - |
| HSV(B) | 316.97º | 0.54% | 0.72% | - |
| XYZ | 29.02 | 19.09 | 33.61 | - |
| YUV | 122.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 156 | 0 | 0.54 | 0.15 | 0.28 | 316.97 | 0.41 | 0.53 |
| Hex | B8 | 55 | 9C | 0 | 36 | F | 1C | 13D | 29 | 35 |
| Octal | 270 | 125 | 234 | 0 | 66 | 17 | 34 | 475 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10011100 | 0 | 110110 | 1111 | 11100 | 100111101 | 101001 | 110101 |
Color Harmonies of #B8559C
Complementary color
Monochromatic Colors of #B8559C
Black with #B8559C
Text Example
Text Example
White with #B8559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8559C; }
p { color: rgb(184,85,156); }
H1.HeaderClassName
{
color: #B8559C;
}
.AnyTagClassName
{
color: #B8559C;
}
</style>
background-color css
<style>
a { background-color: #B8559C; }
a { background-color: rgb(184,85,156); }
div.DivClassName
{
background-color: #B8559C;
}
.BgClassName
{
background-color: #B8559C;
}
</style>
border-color css
<style>
span { border-color: #B8559C; }
span { border-color: rgb(184,85,156); }
td.TdClassName
{
border-color: #B8559C;
}
.TagClassName
{
border-color: #B8559C;
}
</style>