Shades of Medium Violet Red #BA02A1
Tints of Medium Violet Red #BA02A1
RGB
CMYK
RGB Variations
Color information
#BA02A1 (or 0xBA02A1) is known color: Medium Violet Red. HEX triplet: BA, 02 and A1. RGB value is (186,2,161). Sum of RGB (Red+Green+Blue) = 186+2+161=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA02A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA02A1 is #45FD5E. Grayscale: #4A4A4A. Windows color (decimal): -4586847 or 10551994. OLE color: 10551994.
HSL color Cylindrical-coordinate representation of color #BA02A1: hue angle of 308.15º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02A1 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 161 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.27 |
| HSL | 308.15º | 0.98% | 0.37% | - |
| HSV(B) | 308.15º | 0.99% | 0.73% | - |
| XYZ | 26.7 | 13.06 | 34.83 | - |
| YUV | 75.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 161 | 0 | 0.99 | 0.13 | 0.27 | 308.15 | 0.98 | 0.37 |
| Hex | BA | 2 | A1 | 0 | 63 | D | 1B | 134 | 62 | 25 |
| Octal | 272 | 2 | 241 | 0 | 143 | 15 | 33 | 464 | 142 | 45 |
| Binary | 10111010 | 10 | 10100001 | 0 | 1100011 | 1101 | 11011 | 100110100 | 1100010 | 100101 |
Color Harmonies of #BA02A1
Complementary color
Monochromatic Colors of #BA02A1
Black with #BA02A1
Text Example
Text Example
White with #BA02A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02A1; }
p { color: rgb(186,2,161); }
H1.HeaderClassName
{
color: #BA02A1;
}
.AnyTagClassName
{
color: #BA02A1;
}
</style>
background-color css
<style>
a { background-color: #BA02A1; }
a { background-color: rgb(186,2,161); }
div.DivClassName
{
background-color: #BA02A1;
}
.BgClassName
{
background-color: #BA02A1;
}
</style>
border-color css
<style>
span { border-color: #BA02A1; }
span { border-color: rgb(186,2,161); }
td.TdClassName
{
border-color: #BA02A1;
}
.TagClassName
{
border-color: #BA02A1;
}
</style>