Shades of Medium Violet Red #BA2192
Tints of Medium Violet Red #BA2192
RGB
CMYK
RGB Variations
Color information
#BA2192 (or 0xBA2192) is known color: Medium Violet Red. HEX triplet: BA, 21 and 92. RGB value is (186,33,146). Sum of RGB (Red+Green+Blue) = 186+33+146=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2192 is #45DE6D. Grayscale: #5B5B5B. Windows color (decimal): -4578926 or 9576890. OLE color: 9576890.
HSL color Cylindrical-coordinate representation of color #BA2192: hue angle of 315.69º 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 #BA2192 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 146 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.27 |
| HSL | 315.69º | 0.7% | 0.43% | - |
| HSV(B) | 315.69º | 0.82% | 0.73% | - |
| XYZ | 25.98 | 13.6 | 28.45 | - |
| YUV | 91.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 146 | 0 | 0.82 | 0.22 | 0.27 | 315.69 | 0.7 | 0.43 |
| Hex | BA | 21 | 92 | 0 | 52 | 16 | 1B | 13C | 46 | 2B |
| Octal | 272 | 41 | 222 | 0 | 122 | 26 | 33 | 474 | 106 | 53 |
| Binary | 10111010 | 100001 | 10010010 | 0 | 1010010 | 10110 | 11011 | 100111100 | 1000110 | 101011 |
Color Harmonies of #BA2192
Complementary color
Monochromatic Colors of #BA2192
Black with #BA2192
Text Example
Text Example
White with #BA2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2192; }
p { color: rgb(186,33,146); }
H1.HeaderClassName
{
color: #BA2192;
}
.AnyTagClassName
{
color: #BA2192;
}
</style>
background-color css
<style>
a { background-color: #BA2192; }
a { background-color: rgb(186,33,146); }
div.DivClassName
{
background-color: #BA2192;
}
.BgClassName
{
background-color: #BA2192;
}
</style>
border-color css
<style>
span { border-color: #BA2192; }
span { border-color: rgb(186,33,146); }
td.TdClassName
{
border-color: #BA2192;
}
.TagClassName
{
border-color: #BA2192;
}
</style>