Shades of Mulberry #BA52A1
Tints of Mulberry #BA52A1
RGB
CMYK
RGB Variations
Color information
#BA52A1 (or 0xBA52A1) is known color: Mulberry. HEX triplet: BA, 52 and A1. RGB value is (186,82,161). Sum of RGB (Red+Green+Blue) = 186+82+161=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52A1 is #45AD5E. Grayscale: #797979. Windows color (decimal): -4566367 or 10572474. OLE color: 10572474.
HSL color Cylindrical-coordinate representation of color #BA52A1: hue angle of 314.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA52A1 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 161 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.27 |
| HSL | 314.42º | 0.43% | 0.53% | - |
| HSV(B) | 314.42º | 0.56% | 0.73% | - |
| XYZ | 29.7 | 19.05 | 35.83 | - |
| YUV | 122.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 161 | 0 | 0.56 | 0.13 | 0.27 | 314.42 | 0.43 | 0.53 |
| Hex | BA | 52 | A1 | 0 | 38 | D | 1B | 13A | 2B | 35 |
| Octal | 272 | 122 | 241 | 0 | 70 | 15 | 33 | 472 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10100001 | 0 | 111000 | 1101 | 11011 | 100111010 | 101011 | 110101 |
Color Harmonies of #BA52A1
Complementary color
Monochromatic Colors of #BA52A1
Black with #BA52A1
Text Example
Text Example
White with #BA52A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52A1; }
p { color: rgb(186,82,161); }
H1.HeaderClassName
{
color: #BA52A1;
}
.AnyTagClassName
{
color: #BA52A1;
}
</style>
background-color css
<style>
a { background-color: #BA52A1; }
a { background-color: rgb(186,82,161); }
div.DivClassName
{
background-color: #BA52A1;
}
.BgClassName
{
background-color: #BA52A1;
}
</style>
border-color css
<style>
span { border-color: #BA52A1; }
span { border-color: rgb(186,82,161); }
td.TdClassName
{
border-color: #BA52A1;
}
.TagClassName
{
border-color: #BA52A1;
}
</style>