Shades of Medium Violet Red #BA20A8
Tints of Medium Violet Red #BA20A8
RGB
CMYK
RGB Variations
Color information
#BA20A8 (or 0xBA20A8) is known color: Medium Violet Red. HEX triplet: BA, 20 and A8. RGB value is (186,32,168). Sum of RGB (Red+Green+Blue) = 186+32+168=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20A8 is #45DF57. Grayscale: #5D5D5D. Windows color (decimal): -4579160 or 11018426. OLE color: 11018426.
HSL color Cylindrical-coordinate representation of color #BA20A8: hue angle of 307.01º 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 #BA20A8 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 168 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.27 |
| HSL | 307.01º | 0.71% | 0.43% | - |
| HSV(B) | 307.01º | 0.83% | 0.73% | - |
| XYZ | 27.83 | 14.3 | 38.34 | - |
| YUV | 93.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 168 | 0 | 0.83 | 0.10 | 0.27 | 307.01 | 0.71 | 0.43 |
| Hex | BA | 20 | A8 | 0 | 53 | A | 1B | 133 | 47 | 2B |
| Octal | 272 | 40 | 250 | 0 | 123 | 12 | 33 | 463 | 107 | 53 |
| Binary | 10111010 | 100000 | 10101000 | 0 | 1010011 | 1010 | 11011 | 100110011 | 1000111 | 101011 |
Color Harmonies of #BA20A8
Complementary color
Monochromatic Colors of #BA20A8
Black with #BA20A8
Text Example
Text Example
White with #BA20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20A8; }
p { color: rgb(186,32,168); }
H1.HeaderClassName
{
color: #BA20A8;
}
.AnyTagClassName
{
color: #BA20A8;
}
</style>
background-color css
<style>
a { background-color: #BA20A8; }
a { background-color: rgb(186,32,168); }
div.DivClassName
{
background-color: #BA20A8;
}
.BgClassName
{
background-color: #BA20A8;
}
</style>
border-color css
<style>
span { border-color: #BA20A8; }
span { border-color: rgb(186,32,168); }
td.TdClassName
{
border-color: #BA20A8;
}
.TagClassName
{
border-color: #BA20A8;
}
</style>