Shades of Medium Violet Red #BA12A8
Tints of Medium Violet Red #BA12A8
RGB
CMYK
RGB Variations
Color information
#BA12A8 (or 0xBA12A8) is known color: Medium Violet Red. HEX triplet: BA, 12 and A8. RGB value is (186,18,168). Sum of RGB (Red+Green+Blue) = 186+18+168=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12A8 is #45ED57. Grayscale: #545454. Windows color (decimal): -4582744 or 11014842. OLE color: 11014842.
HSL color Cylindrical-coordinate representation of color #BA12A8: hue angle of 306.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA12A8 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 168 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.27 |
| HSL | 306.43º | 0.82% | 0.4% | - |
| HSV(B) | 306.43º | 0.9% | 0.73% | - |
| XYZ | 27.53 | 13.7 | 38.24 | - |
| YUV | 85.33 | 174.66 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 168 | 0 | 0.90 | 0.10 | 0.27 | 306.43 | 0.82 | 0.4 |
| Hex | BA | 12 | A8 | 0 | 5A | A | 1B | 132 | 52 | 28 |
| Octal | 272 | 22 | 250 | 0 | 132 | 12 | 33 | 462 | 122 | 50 |
| Binary | 10111010 | 10010 | 10101000 | 0 | 1011010 | 1010 | 11011 | 100110010 | 1010010 | 101000 |
Color Harmonies of #BA12A8
Complementary color
Monochromatic Colors of #BA12A8
Black with #BA12A8
Text Example
Text Example
White with #BA12A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12A8; }
p { color: rgb(186,18,168); }
H1.HeaderClassName
{
color: #BA12A8;
}
.AnyTagClassName
{
color: #BA12A8;
}
</style>
background-color css
<style>
a { background-color: #BA12A8; }
a { background-color: rgb(186,18,168); }
div.DivClassName
{
background-color: #BA12A8;
}
.BgClassName
{
background-color: #BA12A8;
}
</style>
border-color css
<style>
span { border-color: #BA12A8; }
span { border-color: rgb(186,18,168); }
td.TdClassName
{
border-color: #BA12A8;
}
.TagClassName
{
border-color: #BA12A8;
}
</style>