Shades of Medium Violet Red #BA1292
Tints of Medium Violet Red #BA1292
RGB
CMYK
RGB Variations
Color information
#BA1292 (or 0xBA1292) is known color: Medium Violet Red. HEX triplet: BA, 12 and 92. RGB value is (186,18,146). Sum of RGB (Red+Green+Blue) = 186+18+146=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1292 is #45ED6D. Grayscale: #525252. Windows color (decimal): -4582766 or 9573050. OLE color: 9573050.
HSL color Cylindrical-coordinate representation of color #BA1292: hue angle of 314.29º 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 #BA1292 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 146 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.27 |
| HSL | 314.29º | 0.82% | 0.4% | - |
| HSV(B) | 314.29º | 0.9% | 0.73% | - |
| XYZ | 25.65 | 12.95 | 28.34 | - |
| YUV | 82.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 146 | 0 | 0.90 | 0.22 | 0.27 | 314.29 | 0.82 | 0.4 |
| Hex | BA | 12 | 92 | 0 | 5A | 16 | 1B | 13A | 52 | 28 |
| Octal | 272 | 22 | 222 | 0 | 132 | 26 | 33 | 472 | 122 | 50 |
| Binary | 10111010 | 10010 | 10010010 | 0 | 1011010 | 10110 | 11011 | 100111010 | 1010010 | 101000 |
Color Harmonies of #BA1292
Complementary color
Monochromatic Colors of #BA1292
Black with #BA1292
Text Example
Text Example
White with #BA1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1292; }
p { color: rgb(186,18,146); }
H1.HeaderClassName
{
color: #BA1292;
}
.AnyTagClassName
{
color: #BA1292;
}
</style>
background-color css
<style>
a { background-color: #BA1292; }
a { background-color: rgb(186,18,146); }
div.DivClassName
{
background-color: #BA1292;
}
.BgClassName
{
background-color: #BA1292;
}
</style>
border-color css
<style>
span { border-color: #BA1292; }
span { border-color: rgb(186,18,146); }
td.TdClassName
{
border-color: #BA1292;
}
.TagClassName
{
border-color: #BA1292;
}
</style>