Shades of Medium Violet Red #BA129E
Tints of Medium Violet Red #BA129E
RGB
CMYK
RGB Variations
Color information
#BA129E (or 0xBA129E) is known color: Medium Violet Red. HEX triplet: BA, 12 and 9E. RGB value is (186,18,158). Sum of RGB (Red+Green+Blue) = 186+18+158=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA129E is #45ED61. Grayscale: #535353. Windows color (decimal): -4582754 or 10359482. OLE color: 10359482.
HSL color Cylindrical-coordinate representation of color #BA129E: hue angle of 310º 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 #BA129E is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 158 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.27 |
| HSL | 310º | 0.82% | 0.4% | - |
| HSV(B) | 310º | 0.9% | 0.73% | - |
| XYZ | 26.64 | 13.34 | 33.52 | - |
| YUV | 84.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 158 | 0 | 0.90 | 0.15 | 0.27 | 310 | 0.82 | 0.4 |
| Hex | BA | 12 | 9E | 0 | 5A | F | 1B | 136 | 52 | 28 |
| Octal | 272 | 22 | 236 | 0 | 132 | 17 | 33 | 466 | 122 | 50 |
| Binary | 10111010 | 10010 | 10011110 | 0 | 1011010 | 1111 | 11011 | 100110110 | 1010010 | 101000 |
Color Harmonies of #BA129E
Complementary color
Monochromatic Colors of #BA129E
Black with #BA129E
Text Example
Text Example
White with #BA129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA129E; }
p { color: rgb(186,18,158); }
H1.HeaderClassName
{
color: #BA129E;
}
.AnyTagClassName
{
color: #BA129E;
}
</style>
background-color css
<style>
a { background-color: #BA129E; }
a { background-color: rgb(186,18,158); }
div.DivClassName
{
background-color: #BA129E;
}
.BgClassName
{
background-color: #BA129E;
}
</style>
border-color css
<style>
span { border-color: #BA129E; }
span { border-color: rgb(186,18,158); }
td.TdClassName
{
border-color: #BA129E;
}
.TagClassName
{
border-color: #BA129E;
}
</style>