Shades of Medium Violet Red #BA129F
Tints of Medium Violet Red #BA129F
RGB
CMYK
RGB Variations
Color information
#BA129F (or 0xBA129F) is known color: Medium Violet Red. HEX triplet: BA, 12 and 9F. RGB value is (186,18,159). Sum of RGB (Red+Green+Blue) = 186+18+159=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA129F is #45ED60. Grayscale: #535353. Windows color (decimal): -4582753 or 10425018. OLE color: 10425018.
HSL color Cylindrical-coordinate representation of color #BA129F: hue angle of 309.64º 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 #BA129F is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 159 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.27 |
| HSL | 309.64º | 0.82% | 0.4% | - |
| HSV(B) | 309.64º | 0.9% | 0.73% | - |
| XYZ | 26.72 | 13.37 | 33.97 | - |
| YUV | 84.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 159 | 0 | 0.90 | 0.15 | 0.27 | 309.64 | 0.82 | 0.4 |
| Hex | BA | 12 | 9F | 0 | 5A | F | 1B | 136 | 52 | 28 |
| Octal | 272 | 22 | 237 | 0 | 132 | 17 | 33 | 466 | 122 | 50 |
| Binary | 10111010 | 10010 | 10011111 | 0 | 1011010 | 1111 | 11011 | 100110110 | 1010010 | 101000 |
Color Harmonies of #BA129F
Complementary color
Monochromatic Colors of #BA129F
Black with #BA129F
Text Example
Text Example
White with #BA129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA129F; }
p { color: rgb(186,18,159); }
H1.HeaderClassName
{
color: #BA129F;
}
.AnyTagClassName
{
color: #BA129F;
}
</style>
background-color css
<style>
a { background-color: #BA129F; }
a { background-color: rgb(186,18,159); }
div.DivClassName
{
background-color: #BA129F;
}
.BgClassName
{
background-color: #BA129F;
}
</style>
border-color css
<style>
span { border-color: #BA129F; }
span { border-color: rgb(186,18,159); }
td.TdClassName
{
border-color: #BA129F;
}
.TagClassName
{
border-color: #BA129F;
}
</style>