Shades of Medium Violet Red #BA0293
Tints of Medium Violet Red #BA0293
RGB
CMYK
RGB Variations
Color information
#BA0293 (or 0xBA0293) is known color: Medium Violet Red. HEX triplet: BA, 02 and 93. RGB value is (186,2,147). Sum of RGB (Red+Green+Blue) = 186+2+147=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0293 is #45FD6C. Grayscale: #494949. Windows color (decimal): -4586861 or 9634490. OLE color: 9634490.
HSL color Cylindrical-coordinate representation of color #BA0293: hue angle of 312.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0293 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.27 |
| HSL | 312.72º | 0.98% | 0.37% | - |
| HSV(B) | 312.72º | 0.99% | 0.73% | - |
| XYZ | 25.54 | 12.59 | 28.69 | - |
| YUV | 73.55 | 169.46 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 147 | 0 | 0.99 | 0.21 | 0.27 | 312.72 | 0.98 | 0.37 |
| Hex | BA | 2 | 93 | 0 | 63 | 15 | 1B | 139 | 62 | 25 |
| Octal | 272 | 2 | 223 | 0 | 143 | 25 | 33 | 471 | 142 | 45 |
| Binary | 10111010 | 10 | 10010011 | 0 | 1100011 | 10101 | 11011 | 100111001 | 1100010 | 100101 |
Color Harmonies of #BA0293
Complementary color
Monochromatic Colors of #BA0293
Black with #BA0293
Text Example
Text Example
White with #BA0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0293; }
p { color: rgb(186,2,147); }
H1.HeaderClassName
{
color: #BA0293;
}
.AnyTagClassName
{
color: #BA0293;
}
</style>
background-color css
<style>
a { background-color: #BA0293; }
a { background-color: rgb(186,2,147); }
div.DivClassName
{
background-color: #BA0293;
}
.BgClassName
{
background-color: #BA0293;
}
</style>
border-color css
<style>
span { border-color: #BA0293; }
span { border-color: rgb(186,2,147); }
td.TdClassName
{
border-color: #BA0293;
}
.TagClassName
{
border-color: #BA0293;
}
</style>