Shades of Mulberry #BA52A0
Tints of Mulberry #BA52A0
RGB
CMYK
RGB Variations
Color information
#BA52A0 (or 0xBA52A0) is known color: Mulberry. HEX triplet: BA, 52 and A0. RGB value is (186,82,160). Sum of RGB (Red+Green+Blue) = 186+82+160=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52A0 is #45AD5F. Grayscale: #797979. Windows color (decimal): -4566368 or 10506938. OLE color: 10506938.
HSL color Cylindrical-coordinate representation of color #BA52A0: hue angle of 315º 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 #BA52A0 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 160 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.27 |
| HSL | 315º | 0.43% | 0.53% | - |
| HSV(B) | 315º | 0.56% | 0.73% | - |
| XYZ | 29.61 | 19.01 | 35.37 | - |
| YUV | 121.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 160 | 0 | 0.56 | 0.14 | 0.27 | 315 | 0.43 | 0.53 |
| Hex | BA | 52 | A0 | 0 | 38 | E | 1B | 13B | 2B | 35 |
| Octal | 272 | 122 | 240 | 0 | 70 | 16 | 33 | 473 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10100000 | 0 | 111000 | 1110 | 11011 | 100111011 | 101011 | 110101 |
Color Harmonies of #BA52A0
Complementary color
Monochromatic Colors of #BA52A0
Black with #BA52A0
Text Example
Text Example
White with #BA52A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52A0; }
p { color: rgb(186,82,160); }
H1.HeaderClassName
{
color: #BA52A0;
}
.AnyTagClassName
{
color: #BA52A0;
}
</style>
background-color css
<style>
a { background-color: #BA52A0; }
a { background-color: rgb(186,82,160); }
div.DivClassName
{
background-color: #BA52A0;
}
.BgClassName
{
background-color: #BA52A0;
}
</style>
border-color css
<style>
span { border-color: #BA52A0; }
span { border-color: rgb(186,82,160); }
td.TdClassName
{
border-color: #BA52A0;
}
.TagClassName
{
border-color: #BA52A0;
}
</style>