Shades of Medium Violet Red #BA1295
Tints of Medium Violet Red #BA1295
RGB
CMYK
RGB Variations
Color information
#BA1295 (or 0xBA1295) is known color: Medium Violet Red. HEX triplet: BA, 12 and 95. RGB value is (186,18,149). Sum of RGB (Red+Green+Blue) = 186+18+149=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1295 is #45ED6A. Grayscale: #525252. Windows color (decimal): -4582763 or 9769658. OLE color: 9769658.
HSL color Cylindrical-coordinate representation of color #BA1295: hue angle of 313.21º 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 #BA1295 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 149 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.27 |
| HSL | 313.21º | 0.82% | 0.4% | - |
| HSV(B) | 313.21º | 0.9% | 0.73% | - |
| XYZ | 25.89 | 13.04 | 29.59 | - |
| YUV | 83.17 | 165.16 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 149 | 0 | 0.90 | 0.20 | 0.27 | 313.21 | 0.82 | 0.4 |
| Hex | BA | 12 | 95 | 0 | 5A | 14 | 1B | 139 | 52 | 28 |
| Octal | 272 | 22 | 225 | 0 | 132 | 24 | 33 | 471 | 122 | 50 |
| Binary | 10111010 | 10010 | 10010101 | 0 | 1011010 | 10100 | 11011 | 100111001 | 1010010 | 101000 |
Color Harmonies of #BA1295
Complementary color
Monochromatic Colors of #BA1295
Black with #BA1295
Text Example
Text Example
White with #BA1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1295; }
p { color: rgb(186,18,149); }
H1.HeaderClassName
{
color: #BA1295;
}
.AnyTagClassName
{
color: #BA1295;
}
</style>
background-color css
<style>
a { background-color: #BA1295; }
a { background-color: rgb(186,18,149); }
div.DivClassName
{
background-color: #BA1295;
}
.BgClassName
{
background-color: #BA1295;
}
</style>
border-color css
<style>
span { border-color: #BA1295; }
span { border-color: rgb(186,18,149); }
td.TdClassName
{
border-color: #BA1295;
}
.TagClassName
{
border-color: #BA1295;
}
</style>