Shades of Medium Violet Red #BA1FA9
Tints of Medium Violet Red #BA1FA9
RGB
CMYK
RGB Variations
Color information
#BA1FA9 (or 0xBA1FA9) is known color: Medium Violet Red. HEX triplet: BA, 1F and A9. RGB value is (186,31,169). Sum of RGB (Red+Green+Blue) = 186+31+169=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1FA9 is #45E056. Grayscale: #5C5C5C. Windows color (decimal): -4579415 or 11083706. OLE color: 11083706.
HSL color Cylindrical-coordinate representation of color #BA1FA9: hue angle of 306.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1FA9 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 169 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.27 |
| HSL | 306.58º | 0.71% | 0.43% | - |
| HSV(B) | 306.58º | 0.83% | 0.73% | - |
| XYZ | 27.9 | 14.28 | 38.82 | - |
| YUV | 93.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 169 | 0 | 0.83 | 0.09 | 0.27 | 306.58 | 0.71 | 0.43 |
| Hex | BA | 1F | A9 | 0 | 53 | 9 | 1B | 133 | 47 | 2B |
| Octal | 272 | 37 | 251 | 0 | 123 | 11 | 33 | 463 | 107 | 53 |
| Binary | 10111010 | 11111 | 10101001 | 0 | 1010011 | 1001 | 11011 | 100110011 | 1000111 | 101011 |
Color Harmonies of #BA1FA9
Complementary color
Monochromatic Colors of #BA1FA9
Black with #BA1FA9
Text Example
Text Example
White with #BA1FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FA9; }
p { color: rgb(186,31,169); }
H1.HeaderClassName
{
color: #BA1FA9;
}
.AnyTagClassName
{
color: #BA1FA9;
}
</style>
background-color css
<style>
a { background-color: #BA1FA9; }
a { background-color: rgb(186,31,169); }
div.DivClassName
{
background-color: #BA1FA9;
}
.BgClassName
{
background-color: #BA1FA9;
}
</style>
border-color css
<style>
span { border-color: #BA1FA9; }
span { border-color: rgb(186,31,169); }
td.TdClassName
{
border-color: #BA1FA9;
}
.TagClassName
{
border-color: #BA1FA9;
}
</style>