Shades of Medium Violet Red #BA129D
Tints of Medium Violet Red #BA129D
RGB
CMYK
RGB Variations
Color information
#BA129D (or 0xBA129D) is known color: Medium Violet Red. HEX triplet: BA, 12 and 9D. RGB value is (186,18,157). Sum of RGB (Red+Green+Blue) = 186+18+157=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA129D is #45ED62. Grayscale: #535353. Windows color (decimal): -4582755 or 10293946. OLE color: 10293946.
HSL color Cylindrical-coordinate representation of color #BA129D: hue angle of 310.36º 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 #BA129D is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 157 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.27 |
| HSL | 310.36º | 0.82% | 0.4% | - |
| HSV(B) | 310.36º | 0.9% | 0.73% | - |
| XYZ | 26.55 | 13.31 | 33.07 | - |
| YUV | 84.08 | 169.16 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 157 | 0 | 0.90 | 0.16 | 0.27 | 310.36 | 0.82 | 0.4 |
| Hex | BA | 12 | 9D | 0 | 5A | 10 | 1B | 136 | 52 | 28 |
| Octal | 272 | 22 | 235 | 0 | 132 | 20 | 33 | 466 | 122 | 50 |
| Binary | 10111010 | 10010 | 10011101 | 0 | 1011010 | 10000 | 11011 | 100110110 | 1010010 | 101000 |
Color Harmonies of #BA129D
Complementary color
Monochromatic Colors of #BA129D
Black with #BA129D
Text Example
Text Example
White with #BA129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA129D; }
p { color: rgb(186,18,157); }
H1.HeaderClassName
{
color: #BA129D;
}
.AnyTagClassName
{
color: #BA129D;
}
</style>
background-color css
<style>
a { background-color: #BA129D; }
a { background-color: rgb(186,18,157); }
div.DivClassName
{
background-color: #BA129D;
}
.BgClassName
{
background-color: #BA129D;
}
</style>
border-color css
<style>
span { border-color: #BA129D; }
span { border-color: rgb(186,18,157); }
td.TdClassName
{
border-color: #BA129D;
}
.TagClassName
{
border-color: #BA129D;
}
</style>