Shades of Medium Violet Red #BA10A1
Tints of Medium Violet Red #BA10A1
RGB
CMYK
RGB Variations
Color information
#BA10A1 (or 0xBA10A1) is known color: Medium Violet Red. HEX triplet: BA, 10 and A1. RGB value is (186,16,161). Sum of RGB (Red+Green+Blue) = 186+16+161=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10A1 is #45EF5E. Grayscale: #525252. Windows color (decimal): -4583263 or 10555578. OLE color: 10555578.
HSL color Cylindrical-coordinate representation of color #BA10A1: hue angle of 308.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA10A1 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 161 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.27 |
| HSL | 308.82º | 0.84% | 0.4% | - |
| HSV(B) | 308.82º | 0.91% | 0.73% | - |
| XYZ | 26.87 | 13.38 | 34.89 | - |
| YUV | 83.36 | 171.82 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 161 | 0 | 0.91 | 0.13 | 0.27 | 308.82 | 0.84 | 0.4 |
| Hex | BA | 10 | A1 | 0 | 5B | D | 1B | 135 | 54 | 28 |
| Octal | 272 | 20 | 241 | 0 | 133 | 15 | 33 | 465 | 124 | 50 |
| Binary | 10111010 | 10000 | 10100001 | 0 | 1011011 | 1101 | 11011 | 100110101 | 1010100 | 101000 |
Color Harmonies of #BA10A1
Complementary color
Monochromatic Colors of #BA10A1
Black with #BA10A1
Text Example
Text Example
White with #BA10A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10A1; }
p { color: rgb(186,16,161); }
H1.HeaderClassName
{
color: #BA10A1;
}
.AnyTagClassName
{
color: #BA10A1;
}
</style>
background-color css
<style>
a { background-color: #BA10A1; }
a { background-color: rgb(186,16,161); }
div.DivClassName
{
background-color: #BA10A1;
}
.BgClassName
{
background-color: #BA10A1;
}
</style>
border-color css
<style>
span { border-color: #BA10A1; }
span { border-color: rgb(186,16,161); }
td.TdClassName
{
border-color: #BA10A1;
}
.TagClassName
{
border-color: #BA10A1;
}
</style>