Shades of Medium Violet Red #BA1978
Tints of Medium Violet Red #BA1978
RGB
CMYK
RGB Variations
Color information
#BA1978 (or 0xBA1978) is known color: Medium Violet Red. HEX triplet: BA, 19 and 78. RGB value is (186,25,120). Sum of RGB (Red+Green+Blue) = 186+25+120=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1978 is #45E687. Grayscale: #535353. Windows color (decimal): -4581000 or 7870906. OLE color: 7870906.
HSL color Cylindrical-coordinate representation of color #BA1978: hue angle of 324.6º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1978 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 120 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.27 |
| HSL | 324.6º | 0.76% | 0.41% | - |
| HSV(B) | 324.6º | 0.87% | 0.73% | - |
| XYZ | 23.99 | 12.49 | 18.92 | - |
| YUV | 83.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 120 | 0 | 0.87 | 0.35 | 0.27 | 324.6 | 0.76 | 0.41 |
| Hex | BA | 19 | 78 | 0 | 57 | 23 | 1B | 145 | 4C | 29 |
| Octal | 272 | 31 | 170 | 0 | 127 | 43 | 33 | 505 | 114 | 51 |
| Binary | 10111010 | 11001 | 1111000 | 0 | 1010111 | 100011 | 11011 | 101000101 | 1001100 | 101001 |
Color Harmonies of #BA1978
Complementary color
Monochromatic Colors of #BA1978
Black with #BA1978
Text Example
Text Example
White with #BA1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1978; }
p { color: rgb(186,25,120); }
H1.HeaderClassName
{
color: #BA1978;
}
.AnyTagClassName
{
color: #BA1978;
}
</style>
background-color css
<style>
a { background-color: #BA1978; }
a { background-color: rgb(186,25,120); }
div.DivClassName
{
background-color: #BA1978;
}
.BgClassName
{
background-color: #BA1978;
}
</style>
border-color css
<style>
span { border-color: #BA1978; }
span { border-color: rgb(186,25,120); }
td.TdClassName
{
border-color: #BA1978;
}
.TagClassName
{
border-color: #BA1978;
}
</style>