Shades of Medium Violet Red #BA2094
Tints of Medium Violet Red #BA2094
RGB
CMYK
RGB Variations
Color information
#BA2094 (or 0xBA2094) is known color: Medium Violet Red. HEX triplet: BA, 20 and 94. RGB value is (186,32,148). Sum of RGB (Red+Green+Blue) = 186+32+148=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2094 is #45DF6B. Grayscale: #5A5A5A. Windows color (decimal): -4579180 or 9707706. OLE color: 9707706.
HSL color Cylindrical-coordinate representation of color #BA2094: hue angle of 314.81º 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 #BA2094 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 148 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.27 |
| HSL | 314.81º | 0.71% | 0.43% | - |
| HSV(B) | 314.81º | 0.83% | 0.73% | - |
| XYZ | 26.11 | 13.61 | 29.27 | - |
| YUV | 91.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 148 | 0 | 0.83 | 0.20 | 0.27 | 314.81 | 0.71 | 0.43 |
| Hex | BA | 20 | 94 | 0 | 53 | 14 | 1B | 13B | 47 | 2B |
| Octal | 272 | 40 | 224 | 0 | 123 | 24 | 33 | 473 | 107 | 53 |
| Binary | 10111010 | 100000 | 10010100 | 0 | 1010011 | 10100 | 11011 | 100111011 | 1000111 | 101011 |
Color Harmonies of #BA2094
Complementary color
Monochromatic Colors of #BA2094
Black with #BA2094
Text Example
Text Example
White with #BA2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2094; }
p { color: rgb(186,32,148); }
H1.HeaderClassName
{
color: #BA2094;
}
.AnyTagClassName
{
color: #BA2094;
}
</style>
background-color css
<style>
a { background-color: #BA2094; }
a { background-color: rgb(186,32,148); }
div.DivClassName
{
background-color: #BA2094;
}
.BgClassName
{
background-color: #BA2094;
}
</style>
border-color css
<style>
span { border-color: #BA2094; }
span { border-color: rgb(186,32,148); }
td.TdClassName
{
border-color: #BA2094;
}
.TagClassName
{
border-color: #BA2094;
}
</style>