Shades of Mulberry #BA53A3
Tints of Mulberry #BA53A3
RGB
CMYK
RGB Variations
Color information
#BA53A3 (or 0xBA53A3) is known color: Mulberry. HEX triplet: BA, 53 and A3. RGB value is (186,83,163). Sum of RGB (Red+Green+Blue) = 186+83+163=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53A3 is #45AC5C. Grayscale: #7A7A7A. Windows color (decimal): -4566109 or 10703802. OLE color: 10703802.
HSL color Cylindrical-coordinate representation of color #BA53A3: hue angle of 313.4º 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 #BA53A3 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 163 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.27 |
| HSL | 313.4º | 0.43% | 0.53% | - |
| HSV(B) | 313.4º | 0.55% | 0.73% | - |
| XYZ | 29.95 | 19.27 | 36.79 | - |
| YUV | 122.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 163 | 0 | 0.55 | 0.12 | 0.27 | 313.4 | 0.43 | 0.53 |
| Hex | BA | 53 | A3 | 0 | 37 | C | 1B | 139 | 2B | 35 |
| Octal | 272 | 123 | 243 | 0 | 67 | 14 | 33 | 471 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10100011 | 0 | 110111 | 1100 | 11011 | 100111001 | 101011 | 110101 |
Color Harmonies of #BA53A3
Complementary color
Monochromatic Colors of #BA53A3
Black with #BA53A3
Text Example
Text Example
White with #BA53A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53A3; }
p { color: rgb(186,83,163); }
H1.HeaderClassName
{
color: #BA53A3;
}
.AnyTagClassName
{
color: #BA53A3;
}
</style>
background-color css
<style>
a { background-color: #BA53A3; }
a { background-color: rgb(186,83,163); }
div.DivClassName
{
background-color: #BA53A3;
}
.BgClassName
{
background-color: #BA53A3;
}
</style>
border-color css
<style>
span { border-color: #BA53A3; }
span { border-color: rgb(186,83,163); }
td.TdClassName
{
border-color: #BA53A3;
}
.TagClassName
{
border-color: #BA53A3;
}
</style>