Shades of Medium Violet Red #BA047E
Tints of Medium Violet Red #BA047E
RGB
CMYK
RGB Variations
Color information
#BA047E (or 0xBA047E) is known color: Medium Violet Red. HEX triplet: BA, 04 and 7E. RGB value is (186,4,126). Sum of RGB (Red+Green+Blue) = 186+4+126=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA047E is #45FB81. Grayscale: #484848. Windows color (decimal): -4586370 or 8258746. OLE color: 8258746.
HSL color Cylindrical-coordinate representation of color #BA047E: hue angle of 319.78º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA047E is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.27 |
| HSL | 319.78º | 0.96% | 0.37% | - |
| HSV(B) | 319.78º | 0.98% | 0.73% | - |
| XYZ | 24.06 | 12.03 | 20.79 | - |
| YUV | 72.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 126 | 0 | 0.98 | 0.32 | 0.27 | 319.78 | 0.96 | 0.37 |
| Hex | BA | 4 | 7E | 0 | 62 | 20 | 1B | 140 | 60 | 25 |
| Octal | 272 | 4 | 176 | 0 | 142 | 40 | 33 | 500 | 140 | 45 |
| Binary | 10111010 | 100 | 1111110 | 0 | 1100010 | 100000 | 11011 | 101000000 | 1100000 | 100101 |
Color Harmonies of #BA047E
Complementary color
Monochromatic Colors of #BA047E
Black with #BA047E
Text Example
Text Example
White with #BA047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA047E; }
p { color: rgb(186,4,126); }
H1.HeaderClassName
{
color: #BA047E;
}
.AnyTagClassName
{
color: #BA047E;
}
</style>
background-color css
<style>
a { background-color: #BA047E; }
a { background-color: rgb(186,4,126); }
div.DivClassName
{
background-color: #BA047E;
}
.BgClassName
{
background-color: #BA047E;
}
</style>
border-color css
<style>
span { border-color: #BA047E; }
span { border-color: rgb(186,4,126); }
td.TdClassName
{
border-color: #BA047E;
}
.TagClassName
{
border-color: #BA047E;
}
</style>