Shades of Mulberry #BA52A2
Tints of Mulberry #BA52A2
RGB
CMYK
RGB Variations
Color information
#BA52A2 (or 0xBA52A2) is known color: Mulberry. HEX triplet: BA, 52 and A2. RGB value is (186,82,162). Sum of RGB (Red+Green+Blue) = 186+82+162=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52A2 is #45AD5D. Grayscale: #7A7A7A. Windows color (decimal): -4566366 or 10638010. OLE color: 10638010.
HSL color Cylindrical-coordinate representation of color #BA52A2: hue angle of 313.85º 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 #BA52A2 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 162 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.27 |
| HSL | 313.85º | 0.43% | 0.53% | - |
| HSV(B) | 313.85º | 0.56% | 0.73% | - |
| XYZ | 29.79 | 19.08 | 36.3 | - |
| YUV | 122.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 162 | 0 | 0.56 | 0.13 | 0.27 | 313.85 | 0.43 | 0.53 |
| Hex | BA | 52 | A2 | 0 | 38 | D | 1B | 13A | 2B | 35 |
| Octal | 272 | 122 | 242 | 0 | 70 | 15 | 33 | 472 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10100010 | 0 | 111000 | 1101 | 11011 | 100111010 | 101011 | 110101 |
Color Harmonies of #BA52A2
Complementary color
Monochromatic Colors of #BA52A2
Black with #BA52A2
Text Example
Text Example
White with #BA52A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52A2; }
p { color: rgb(186,82,162); }
H1.HeaderClassName
{
color: #BA52A2;
}
.AnyTagClassName
{
color: #BA52A2;
}
</style>
background-color css
<style>
a { background-color: #BA52A2; }
a { background-color: rgb(186,82,162); }
div.DivClassName
{
background-color: #BA52A2;
}
.BgClassName
{
background-color: #BA52A2;
}
</style>
border-color css
<style>
span { border-color: #BA52A2; }
span { border-color: rgb(186,82,162); }
td.TdClassName
{
border-color: #BA52A2;
}
.TagClassName
{
border-color: #BA52A2;
}
</style>