Shades of Medium Violet Red #BA129C
Tints of Medium Violet Red #BA129C
RGB
CMYK
RGB Variations
Color information
#BA129C (or 0xBA129C) is known color: Medium Violet Red. HEX triplet: BA, 12 and 9C. RGB value is (186,18,156). Sum of RGB (Red+Green+Blue) = 186+18+156=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA129C is #45ED63. Grayscale: #535353. Windows color (decimal): -4582756 or 10228410. OLE color: 10228410.
HSL color Cylindrical-coordinate representation of color #BA129C: hue angle of 310.71º 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 #BA129C is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 156 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.27 |
| HSL | 310.71º | 0.82% | 0.4% | - |
| HSV(B) | 310.71º | 0.9% | 0.73% | - |
| XYZ | 26.47 | 13.27 | 32.62 | - |
| YUV | 83.96 | 168.66 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 156 | 0 | 0.90 | 0.16 | 0.27 | 310.71 | 0.82 | 0.4 |
| Hex | BA | 12 | 9C | 0 | 5A | 10 | 1B | 137 | 52 | 28 |
| Octal | 272 | 22 | 234 | 0 | 132 | 20 | 33 | 467 | 122 | 50 |
| Binary | 10111010 | 10010 | 10011100 | 0 | 1011010 | 10000 | 11011 | 100110111 | 1010010 | 101000 |
Color Harmonies of #BA129C
Complementary color
Monochromatic Colors of #BA129C
Black with #BA129C
Text Example
Text Example
White with #BA129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA129C; }
p { color: rgb(186,18,156); }
H1.HeaderClassName
{
color: #BA129C;
}
.AnyTagClassName
{
color: #BA129C;
}
</style>
background-color css
<style>
a { background-color: #BA129C; }
a { background-color: rgb(186,18,156); }
div.DivClassName
{
background-color: #BA129C;
}
.BgClassName
{
background-color: #BA129C;
}
</style>
border-color css
<style>
span { border-color: #BA129C; }
span { border-color: rgb(186,18,156); }
td.TdClassName
{
border-color: #BA129C;
}
.TagClassName
{
border-color: #BA129C;
}
</style>