Shades of Medium Violet Red #BA20A6
Tints of Medium Violet Red #BA20A6
RGB
CMYK
RGB Variations
Color information
#BA20A6 (or 0xBA20A6) is known color: Medium Violet Red. HEX triplet: BA, 20 and A6. RGB value is (186,32,166). Sum of RGB (Red+Green+Blue) = 186+32+166=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20A6 is #45DF59. Grayscale: #5C5C5C. Windows color (decimal): -4579162 or 10887354. OLE color: 10887354.
HSL color Cylindrical-coordinate representation of color #BA20A6: hue angle of 307.79º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA20A6 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 166 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.27 |
| HSL | 307.79º | 0.71% | 0.43% | - |
| HSV(B) | 307.79º | 0.83% | 0.73% | - |
| XYZ | 27.65 | 14.23 | 37.36 | - |
| YUV | 93.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 166 | 0 | 0.83 | 0.11 | 0.27 | 307.79 | 0.71 | 0.43 |
| Hex | BA | 20 | A6 | 0 | 53 | B | 1B | 134 | 47 | 2B |
| Octal | 272 | 40 | 246 | 0 | 123 | 13 | 33 | 464 | 107 | 53 |
| Binary | 10111010 | 100000 | 10100110 | 0 | 1010011 | 1011 | 11011 | 100110100 | 1000111 | 101011 |
Color Harmonies of #BA20A6
Complementary color
Monochromatic Colors of #BA20A6
Black with #BA20A6
Text Example
Text Example
White with #BA20A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20A6; }
p { color: rgb(186,32,166); }
H1.HeaderClassName
{
color: #BA20A6;
}
.AnyTagClassName
{
color: #BA20A6;
}
</style>
background-color css
<style>
a { background-color: #BA20A6; }
a { background-color: rgb(186,32,166); }
div.DivClassName
{
background-color: #BA20A6;
}
.BgClassName
{
background-color: #BA20A6;
}
</style>
border-color css
<style>
span { border-color: #BA20A6; }
span { border-color: rgb(186,32,166); }
td.TdClassName
{
border-color: #BA20A6;
}
.TagClassName
{
border-color: #BA20A6;
}
</style>