Shades of Medium Violet Red #BA0072
Tints of Medium Violet Red #BA0072
RGB
CMYK
RGB Variations
Color information
#BA0072 (or 0xBA0072) is known color: Medium Violet Red. HEX triplet: BA, 00 and 72. RGB value is (186,0,114). Sum of RGB (Red+Green+Blue) = 186+0+114=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0072 is #45FF8D. Grayscale: #444444. Windows color (decimal): -4587406 or 7471290. OLE color: 7471290.
HSL color Cylindrical-coordinate representation of color #BA0072: hue angle of 323.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0072 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.39 | 0.27 |
| HSL | 323.23º | 1% | 0.36% | - |
| HSV(B) | 323.23º | 1% | 0.73% | - |
| XYZ | 23.29 | 11.65 | 16.94 | - |
| YUV | 68.61 | 153.62 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 114 | 0 | 1 | 0.39 | 0.27 | 323.23 | 1 | 0.36 |
| Hex | BA | 0 | 72 | 0 | 64 | 27 | 1B | 143 | 64 | 24 |
| Octal | 272 | 0 | 162 | 0 | 144 | 47 | 33 | 503 | 144 | 44 |
| Binary | 10111010 | 0 | 1110010 | 0 | 1100100 | 100111 | 11011 | 101000011 | 1100100 | 100100 |
Color Harmonies of #BA0072
Complementary color
Monochromatic Colors of #BA0072
Black with #BA0072
Text Example
Text Example
White with #BA0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0072; }
p { color: rgb(186,0,114); }
H1.HeaderClassName
{
color: #BA0072;
}
.AnyTagClassName
{
color: #BA0072;
}
</style>
background-color css
<style>
a { background-color: #BA0072; }
a { background-color: rgb(186,0,114); }
div.DivClassName
{
background-color: #BA0072;
}
.BgClassName
{
background-color: #BA0072;
}
</style>
border-color css
<style>
span { border-color: #BA0072; }
span { border-color: rgb(186,0,114); }
td.TdClassName
{
border-color: #BA0072;
}
.TagClassName
{
border-color: #BA0072;
}
</style>