Shades of Medium Violet Red #BA12A4
Tints of Medium Violet Red #BA12A4
RGB
CMYK
RGB Variations
Color information
#BA12A4 (or 0xBA12A4) is known color: Medium Violet Red. HEX triplet: BA, 12 and A4. RGB value is (186,18,164). Sum of RGB (Red+Green+Blue) = 186+18+164=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12A4 is #45ED5B. Grayscale: #545454. Windows color (decimal): -4582748 or 10752698. OLE color: 10752698.
HSL color Cylindrical-coordinate representation of color #BA12A4: hue angle of 307.86º 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 #BA12A4 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 164 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.27 |
| HSL | 307.86º | 0.82% | 0.4% | - |
| HSV(B) | 307.86º | 0.9% | 0.73% | - |
| XYZ | 27.17 | 13.55 | 36.31 | - |
| YUV | 84.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 164 | 0 | 0.90 | 0.12 | 0.27 | 307.86 | 0.82 | 0.4 |
| Hex | BA | 12 | A4 | 0 | 5A | C | 1B | 134 | 52 | 28 |
| Octal | 272 | 22 | 244 | 0 | 132 | 14 | 33 | 464 | 122 | 50 |
| Binary | 10111010 | 10010 | 10100100 | 0 | 1011010 | 1100 | 11011 | 100110100 | 1010010 | 101000 |
Color Harmonies of #BA12A4
Complementary color
Monochromatic Colors of #BA12A4
Black with #BA12A4
Text Example
Text Example
White with #BA12A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12A4; }
p { color: rgb(186,18,164); }
H1.HeaderClassName
{
color: #BA12A4;
}
.AnyTagClassName
{
color: #BA12A4;
}
</style>
background-color css
<style>
a { background-color: #BA12A4; }
a { background-color: rgb(186,18,164); }
div.DivClassName
{
background-color: #BA12A4;
}
.BgClassName
{
background-color: #BA12A4;
}
</style>
border-color css
<style>
span { border-color: #BA12A4; }
span { border-color: rgb(186,18,164); }
td.TdClassName
{
border-color: #BA12A4;
}
.TagClassName
{
border-color: #BA12A4;
}
</style>