Shades of Medium Violet Red #BA0E7E
Tints of Medium Violet Red #BA0E7E
RGB
CMYK
RGB Variations
Color information
#BA0E7E (or 0xBA0E7E) is known color: Medium Violet Red. HEX triplet: BA, 0E and 7E. RGB value is (186,14,126). Sum of RGB (Red+Green+Blue) = 186+14+126=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0E7E is #45F181. Grayscale: #4D4D4D. Windows color (decimal): -4583810 or 8261306. OLE color: 8261306.
HSL color Cylindrical-coordinate representation of color #BA0E7E: hue angle of 320.93º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0E7E is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 14 | 126 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.27 |
| HSL | 320.93º | 0.86% | 0.39% | - |
| HSV(B) | 320.93º | 0.92% | 0.73% | - |
| XYZ | 24.17 | 12.26 | 20.83 | - |
| YUV | 78.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 126 | 0 | 0.92 | 0.32 | 0.27 | 320.93 | 0.86 | 0.39 |
| Hex | BA | E | 7E | 0 | 5C | 20 | 1B | 141 | 56 | 27 |
| Octal | 272 | 16 | 176 | 0 | 134 | 40 | 33 | 501 | 126 | 47 |
| Binary | 10111010 | 1110 | 1111110 | 0 | 1011100 | 100000 | 11011 | 101000001 | 1010110 | 100111 |
Color Harmonies of #BA0E7E
Complementary color
Monochromatic Colors of #BA0E7E
Black with #BA0E7E
Text Example
Text Example
White with #BA0E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0E7E; }
p { color: rgb(186,14,126); }
H1.HeaderClassName
{
color: #BA0E7E;
}
.AnyTagClassName
{
color: #BA0E7E;
}
</style>
background-color css
<style>
a { background-color: #BA0E7E; }
a { background-color: rgb(186,14,126); }
div.DivClassName
{
background-color: #BA0E7E;
}
.BgClassName
{
background-color: #BA0E7E;
}
</style>
border-color css
<style>
span { border-color: #BA0E7E; }
span { border-color: rgb(186,14,126); }
td.TdClassName
{
border-color: #BA0E7E;
}
.TagClassName
{
border-color: #BA0E7E;
}
</style>