Shades of Medium Violet Red #BA057E
Tints of Medium Violet Red #BA057E
RGB
CMYK
RGB Variations
Color information
#BA057E (or 0xBA057E) is known color: Medium Violet Red. HEX triplet: BA, 05 and 7E. RGB value is (186,5,126). Sum of RGB (Red+Green+Blue) = 186+5+126=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA057E is #45FA81. Grayscale: #484848. Windows color (decimal): -4586114 or 8259002. OLE color: 8259002.
HSL color Cylindrical-coordinate representation of color #BA057E: hue angle of 319.89º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA057E is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 126 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.27 |
| HSL | 319.89º | 0.95% | 0.37% | - |
| HSV(B) | 319.89º | 0.97% | 0.73% | - |
| XYZ | 24.07 | 12.05 | 20.8 | - |
| YUV | 72.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 126 | 0 | 0.97 | 0.32 | 0.27 | 319.89 | 0.95 | 0.37 |
| Hex | BA | 5 | 7E | 0 | 61 | 20 | 1B | 140 | 5F | 25 |
| Octal | 272 | 5 | 176 | 0 | 141 | 40 | 33 | 500 | 137 | 45 |
| Binary | 10111010 | 101 | 1111110 | 0 | 1100001 | 100000 | 11011 | 101000000 | 1011111 | 100101 |
Color Harmonies of #BA057E
Complementary color
Monochromatic Colors of #BA057E
Black with #BA057E
Text Example
Text Example
White with #BA057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA057E; }
p { color: rgb(186,5,126); }
H1.HeaderClassName
{
color: #BA057E;
}
.AnyTagClassName
{
color: #BA057E;
}
</style>
background-color css
<style>
a { background-color: #BA057E; }
a { background-color: rgb(186,5,126); }
div.DivClassName
{
background-color: #BA057E;
}
.BgClassName
{
background-color: #BA057E;
}
</style>
border-color css
<style>
span { border-color: #BA057E; }
span { border-color: rgb(186,5,126); }
td.TdClassName
{
border-color: #BA057E;
}
.TagClassName
{
border-color: #BA057E;
}
</style>