Shades of Medium Violet Red #BA2195
Tints of Medium Violet Red #BA2195
RGB
CMYK
RGB Variations
Color information
#BA2195 (or 0xBA2195) is known color: Medium Violet Red. HEX triplet: BA, 21 and 95. RGB value is (186,33,149). Sum of RGB (Red+Green+Blue) = 186+33+149=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2195 is #45DE6A. Grayscale: #5B5B5B. Windows color (decimal): -4578923 or 9773498. OLE color: 9773498.
HSL color Cylindrical-coordinate representation of color #BA2195: hue angle of 314.51º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2195 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 149 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.27 |
| HSL | 314.51º | 0.7% | 0.43% | - |
| HSV(B) | 314.51º | 0.82% | 0.73% | - |
| XYZ | 26.22 | 13.7 | 29.7 | - |
| YUV | 91.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 149 | 0 | 0.82 | 0.20 | 0.27 | 314.51 | 0.7 | 0.43 |
| Hex | BA | 21 | 95 | 0 | 52 | 14 | 1B | 13B | 46 | 2B |
| Octal | 272 | 41 | 225 | 0 | 122 | 24 | 33 | 473 | 106 | 53 |
| Binary | 10111010 | 100001 | 10010101 | 0 | 1010010 | 10100 | 11011 | 100111011 | 1000110 | 101011 |
Color Harmonies of #BA2195
Complementary color
Monochromatic Colors of #BA2195
Black with #BA2195
Text Example
Text Example
White with #BA2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2195; }
p { color: rgb(186,33,149); }
H1.HeaderClassName
{
color: #BA2195;
}
.AnyTagClassName
{
color: #BA2195;
}
</style>
background-color css
<style>
a { background-color: #BA2195; }
a { background-color: rgb(186,33,149); }
div.DivClassName
{
background-color: #BA2195;
}
.BgClassName
{
background-color: #BA2195;
}
</style>
border-color css
<style>
span { border-color: #BA2195; }
span { border-color: rgb(186,33,149); }
td.TdClassName
{
border-color: #BA2195;
}
.TagClassName
{
border-color: #BA2195;
}
</style>