Shades of Mulberry #BA53A1
Tints of Mulberry #BA53A1
RGB
CMYK
RGB Variations
Color information
#BA53A1 (or 0xBA53A1) is known color: Mulberry. HEX triplet: BA, 53 and A1. RGB value is (186,83,161). Sum of RGB (Red+Green+Blue) = 186+83+161=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53A1 is #45AC5E. Grayscale: #7A7A7A. Windows color (decimal): -4566111 or 10572730. OLE color: 10572730.
HSL color Cylindrical-coordinate representation of color #BA53A1: hue angle of 314.56º 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 #BA53A1 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 161 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.27 |
| HSL | 314.56º | 0.43% | 0.53% | - |
| HSV(B) | 314.56º | 0.55% | 0.73% | - |
| XYZ | 29.78 | 19.2 | 35.85 | - |
| YUV | 122.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 161 | 0 | 0.55 | 0.13 | 0.27 | 314.56 | 0.43 | 0.53 |
| Hex | BA | 53 | A1 | 0 | 37 | D | 1B | 13B | 2B | 35 |
| Octal | 272 | 123 | 241 | 0 | 67 | 15 | 33 | 473 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10100001 | 0 | 110111 | 1101 | 11011 | 100111011 | 101011 | 110101 |
Color Harmonies of #BA53A1
Complementary color
Monochromatic Colors of #BA53A1
Black with #BA53A1
Text Example
Text Example
White with #BA53A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53A1; }
p { color: rgb(186,83,161); }
H1.HeaderClassName
{
color: #BA53A1;
}
.AnyTagClassName
{
color: #BA53A1;
}
</style>
background-color css
<style>
a { background-color: #BA53A1; }
a { background-color: rgb(186,83,161); }
div.DivClassName
{
background-color: #BA53A1;
}
.BgClassName
{
background-color: #BA53A1;
}
</style>
border-color css
<style>
span { border-color: #BA53A1; }
span { border-color: rgb(186,83,161); }
td.TdClassName
{
border-color: #BA53A1;
}
.TagClassName
{
border-color: #BA53A1;
}
</style>