Shades of Mulberry #BA5399
Tints of Mulberry #BA5399
RGB
CMYK
RGB Variations
Color information
#BA5399 (or 0xBA5399) is known color: Mulberry. HEX triplet: BA, 53 and 99. RGB value is (186,83,153). Sum of RGB (Red+Green+Blue) = 186+83+153=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5399 is #45AC66. Grayscale: #797979. Windows color (decimal): -4566119 or 10048442. OLE color: 10048442.
HSL color Cylindrical-coordinate representation of color #BA5399: hue angle of 319.22º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5399 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 153 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.27 |
| HSL | 319.22º | 0.43% | 0.53% | - |
| HSV(B) | 319.22º | 0.55% | 0.73% | - |
| XYZ | 29.09 | 18.93 | 32.26 | - |
| YUV | 121.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 153 | 0 | 0.55 | 0.18 | 0.27 | 319.22 | 0.43 | 0.53 |
| Hex | BA | 53 | 99 | 0 | 37 | 12 | 1B | 13F | 2B | 35 |
| Octal | 272 | 123 | 231 | 0 | 67 | 22 | 33 | 477 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10011001 | 0 | 110111 | 10010 | 11011 | 100111111 | 101011 | 110101 |
Color Harmonies of #BA5399
Complementary color
Monochromatic Colors of #BA5399
Black with #BA5399
Text Example
Text Example
White with #BA5399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5399; }
p { color: rgb(186,83,153); }
H1.HeaderClassName
{
color: #BA5399;
}
.AnyTagClassName
{
color: #BA5399;
}
</style>
background-color css
<style>
a { background-color: #BA5399; }
a { background-color: rgb(186,83,153); }
div.DivClassName
{
background-color: #BA5399;
}
.BgClassName
{
background-color: #BA5399;
}
</style>
border-color css
<style>
span { border-color: #BA5399; }
span { border-color: rgb(186,83,153); }
td.TdClassName
{
border-color: #BA5399;
}
.TagClassName
{
border-color: #BA5399;
}
</style>