Shades of Medium Violet Red #BA037D
Tints of Medium Violet Red #BA037D
RGB
CMYK
RGB Variations
Color information
#BA037D (or 0xBA037D) is known color: Medium Violet Red. HEX triplet: BA, 03 and 7D. RGB value is (186,3,125). Sum of RGB (Red+Green+Blue) = 186+3+125=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA037D is #45FC82. Grayscale: #474747. Windows color (decimal): -4586627 or 8192954. OLE color: 8192954.
HSL color Cylindrical-coordinate representation of color #BA037D: hue angle of 320º 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 #BA037D is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.27 |
| HSL | 320º | 0.97% | 0.37% | - |
| HSV(B) | 320º | 0.98% | 0.73% | - |
| XYZ | 23.98 | 11.98 | 20.45 | - |
| YUV | 71.63 | 158.13 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 125 | 0 | 0.98 | 0.33 | 0.27 | 320 | 0.97 | 0.37 |
| Hex | BA | 3 | 7D | 0 | 62 | 21 | 1B | 140 | 61 | 25 |
| Octal | 272 | 3 | 175 | 0 | 142 | 41 | 33 | 500 | 141 | 45 |
| Binary | 10111010 | 11 | 1111101 | 0 | 1100010 | 100001 | 11011 | 101000000 | 1100001 | 100101 |
Color Harmonies of #BA037D
Complementary color
Monochromatic Colors of #BA037D
Black with #BA037D
Text Example
Text Example
White with #BA037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA037D; }
p { color: rgb(186,3,125); }
H1.HeaderClassName
{
color: #BA037D;
}
.AnyTagClassName
{
color: #BA037D;
}
</style>
background-color css
<style>
a { background-color: #BA037D; }
a { background-color: rgb(186,3,125); }
div.DivClassName
{
background-color: #BA037D;
}
.BgClassName
{
background-color: #BA037D;
}
</style>
border-color css
<style>
span { border-color: #BA037D; }
span { border-color: rgb(186,3,125); }
td.TdClassName
{
border-color: #BA037D;
}
.TagClassName
{
border-color: #BA037D;
}
</style>