Shades of Medium Violet Red #BA2095
Tints of Medium Violet Red #BA2095
RGB
CMYK
RGB Variations
Color information
#BA2095 (or 0xBA2095) is known color: Medium Violet Red. HEX triplet: BA, 20 and 95. RGB value is (186,32,149). Sum of RGB (Red+Green+Blue) = 186+32+149=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2095 is #45DF6A. Grayscale: #5B5B5B. Windows color (decimal): -4579179 or 9773242. OLE color: 9773242.
HSL color Cylindrical-coordinate representation of color #BA2095: hue angle of 314.42º 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 #BA2095 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 149 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.27 |
| HSL | 314.42º | 0.71% | 0.43% | - |
| HSV(B) | 314.42º | 0.83% | 0.73% | - |
| XYZ | 26.19 | 13.64 | 29.69 | - |
| YUV | 91.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 149 | 0 | 0.83 | 0.20 | 0.27 | 314.42 | 0.71 | 0.43 |
| Hex | BA | 20 | 95 | 0 | 53 | 14 | 1B | 13A | 47 | 2B |
| Octal | 272 | 40 | 225 | 0 | 123 | 24 | 33 | 472 | 107 | 53 |
| Binary | 10111010 | 100000 | 10010101 | 0 | 1010011 | 10100 | 11011 | 100111010 | 1000111 | 101011 |
Color Harmonies of #BA2095
Complementary color
Monochromatic Colors of #BA2095
Black with #BA2095
Text Example
Text Example
White with #BA2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2095; }
p { color: rgb(186,32,149); }
H1.HeaderClassName
{
color: #BA2095;
}
.AnyTagClassName
{
color: #BA2095;
}
</style>
background-color css
<style>
a { background-color: #BA2095; }
a { background-color: rgb(186,32,149); }
div.DivClassName
{
background-color: #BA2095;
}
.BgClassName
{
background-color: #BA2095;
}
</style>
border-color css
<style>
span { border-color: #BA2095; }
span { border-color: rgb(186,32,149); }
td.TdClassName
{
border-color: #BA2095;
}
.TagClassName
{
border-color: #BA2095;
}
</style>