Shades of Medium Violet Red #BA2093
Tints of Medium Violet Red #BA2093
RGB
CMYK
RGB Variations
Color information
#BA2093 (or 0xBA2093) is known color: Medium Violet Red. HEX triplet: BA, 20 and 93. RGB value is (186,32,147). Sum of RGB (Red+Green+Blue) = 186+32+147=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2093 is #45DF6C. Grayscale: #5A5A5A. Windows color (decimal): -4579181 or 9642170. OLE color: 9642170.
HSL color Cylindrical-coordinate representation of color #BA2093: hue angle of 315.19º 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 #BA2093 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 147 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.27 |
| HSL | 315.19º | 0.71% | 0.43% | - |
| HSV(B) | 315.19º | 0.83% | 0.73% | - |
| XYZ | 26.03 | 13.58 | 28.85 | - |
| YUV | 91.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 147 | 0 | 0.83 | 0.21 | 0.27 | 315.19 | 0.71 | 0.43 |
| Hex | BA | 20 | 93 | 0 | 53 | 15 | 1B | 13B | 47 | 2B |
| Octal | 272 | 40 | 223 | 0 | 123 | 25 | 33 | 473 | 107 | 53 |
| Binary | 10111010 | 100000 | 10010011 | 0 | 1010011 | 10101 | 11011 | 100111011 | 1000111 | 101011 |
Color Harmonies of #BA2093
Complementary color
Monochromatic Colors of #BA2093
Black with #BA2093
Text Example
Text Example
White with #BA2093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2093; }
p { color: rgb(186,32,147); }
H1.HeaderClassName
{
color: #BA2093;
}
.AnyTagClassName
{
color: #BA2093;
}
</style>
background-color css
<style>
a { background-color: #BA2093; }
a { background-color: rgb(186,32,147); }
div.DivClassName
{
background-color: #BA2093;
}
.BgClassName
{
background-color: #BA2093;
}
</style>
border-color css
<style>
span { border-color: #BA2093; }
span { border-color: rgb(186,32,147); }
td.TdClassName
{
border-color: #BA2093;
}
.TagClassName
{
border-color: #BA2093;
}
</style>