Shades of Mulberry #BA5599
Tints of Mulberry #BA5599
RGB
CMYK
RGB Variations
Color information
#BA5599 (or 0xBA5599) is known color: Mulberry. HEX triplet: BA, 55 and 99. RGB value is (186,85,153). Sum of RGB (Red+Green+Blue) = 186+85+153=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5599 is #45AA66. Grayscale: #7A7A7A. Windows color (decimal): -4565607 or 10048954. OLE color: 10048954.
HSL color Cylindrical-coordinate representation of color #BA5599: hue angle of 319.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5599 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 153 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.27 |
| HSL | 319.6º | 0.42% | 0.53% | - |
| HSV(B) | 319.6º | 0.54% | 0.73% | - |
| XYZ | 29.25 | 19.24 | 32.31 | - |
| YUV | 122.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 153 | 0 | 0.54 | 0.18 | 0.27 | 319.6 | 0.42 | 0.53 |
| Hex | BA | 55 | 99 | 0 | 36 | 12 | 1B | 140 | 2A | 35 |
| Octal | 272 | 125 | 231 | 0 | 66 | 22 | 33 | 500 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10011001 | 0 | 110110 | 10010 | 11011 | 101000000 | 101010 | 110101 |
Color Harmonies of #BA5599
Complementary color
Monochromatic Colors of #BA5599
Black with #BA5599
Text Example
Text Example
White with #BA5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5599; }
p { color: rgb(186,85,153); }
H1.HeaderClassName
{
color: #BA5599;
}
.AnyTagClassName
{
color: #BA5599;
}
</style>
background-color css
<style>
a { background-color: #BA5599; }
a { background-color: rgb(186,85,153); }
div.DivClassName
{
background-color: #BA5599;
}
.BgClassName
{
background-color: #BA5599;
}
</style>
border-color css
<style>
span { border-color: #BA5599; }
span { border-color: rgb(186,85,153); }
td.TdClassName
{
border-color: #BA5599;
}
.TagClassName
{
border-color: #BA5599;
}
</style>