Shades of Mulberry #BA5395
Tints of Mulberry #BA5395
RGB
CMYK
RGB Variations
Color information
#BA5395 (or 0xBA5395) is known color: Mulberry. HEX triplet: BA, 53 and 95. RGB value is (186,83,149). Sum of RGB (Red+Green+Blue) = 186+83+149=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5395 is #45AC6A. Grayscale: #797979. Windows color (decimal): -4566123 or 9786298. OLE color: 9786298.
HSL color Cylindrical-coordinate representation of color #BA5395: hue angle of 321.55º 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 #BA5395 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 149 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.27 |
| HSL | 321.55º | 0.43% | 0.53% | - |
| HSV(B) | 321.55º | 0.55% | 0.73% | - |
| XYZ | 28.77 | 18.8 | 30.55 | - |
| YUV | 121.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 149 | 0 | 0.55 | 0.20 | 0.27 | 321.55 | 0.43 | 0.53 |
| Hex | BA | 53 | 95 | 0 | 37 | 14 | 1B | 142 | 2B | 35 |
| Octal | 272 | 123 | 225 | 0 | 67 | 24 | 33 | 502 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10010101 | 0 | 110111 | 10100 | 11011 | 101000010 | 101011 | 110101 |
Color Harmonies of #BA5395
Complementary color
Monochromatic Colors of #BA5395
Black with #BA5395
Text Example
Text Example
White with #BA5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5395; }
p { color: rgb(186,83,149); }
H1.HeaderClassName
{
color: #BA5395;
}
.AnyTagClassName
{
color: #BA5395;
}
</style>
background-color css
<style>
a { background-color: #BA5395; }
a { background-color: rgb(186,83,149); }
div.DivClassName
{
background-color: #BA5395;
}
.BgClassName
{
background-color: #BA5395;
}
</style>
border-color css
<style>
span { border-color: #BA5395; }
span { border-color: rgb(186,83,149); }
td.TdClassName
{
border-color: #BA5395;
}
.TagClassName
{
border-color: #BA5395;
}
</style>