Shades of Medium Violet Red #BA037F
Tints of Medium Violet Red #BA037F
RGB
CMYK
RGB Variations
Color information
#BA037F (or 0xBA037F) is known color: Medium Violet Red. HEX triplet: BA, 03 and 7F. RGB value is (186,3,127). Sum of RGB (Red+Green+Blue) = 186+3+127=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA037F is #45FC80. Grayscale: #474747. Windows color (decimal): -4586625 or 8324026. OLE color: 8324026.
HSL color Cylindrical-coordinate representation of color #BA037F: hue angle of 319.34º degrees, saturation: 0.97, 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 #BA037F is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 127 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.27 |
| HSL | 319.34º | 0.97% | 0.37% | - |
| HSV(B) | 319.34º | 0.98% | 0.73% | - |
| XYZ | 24.11 | 12.04 | 21.13 | - |
| YUV | 71.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 127 | 0 | 0.98 | 0.32 | 0.27 | 319.34 | 0.97 | 0.37 |
| Hex | BA | 3 | 7F | 0 | 62 | 20 | 1B | 13F | 61 | 25 |
| Octal | 272 | 3 | 177 | 0 | 142 | 40 | 33 | 477 | 141 | 45 |
| Binary | 10111010 | 11 | 1111111 | 0 | 1100010 | 100000 | 11011 | 100111111 | 1100001 | 100101 |
Color Harmonies of #BA037F
Complementary color
Monochromatic Colors of #BA037F
Black with #BA037F
Text Example
Text Example
White with #BA037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA037F; }
p { color: rgb(186,3,127); }
H1.HeaderClassName
{
color: #BA037F;
}
.AnyTagClassName
{
color: #BA037F;
}
</style>
background-color css
<style>
a { background-color: #BA037F; }
a { background-color: rgb(186,3,127); }
div.DivClassName
{
background-color: #BA037F;
}
.BgClassName
{
background-color: #BA037F;
}
</style>
border-color css
<style>
span { border-color: #BA037F; }
span { border-color: rgb(186,3,127); }
td.TdClassName
{
border-color: #BA037F;
}
.TagClassName
{
border-color: #BA037F;
}
</style>