Shades of Medium Violet Red #BA1F78
Tints of Medium Violet Red #BA1F78
RGB
CMYK
RGB Variations
Color information
#BA1F78 (or 0xBA1F78) is known color: Medium Violet Red. HEX triplet: BA, 1F and 78. RGB value is (186,31,120). Sum of RGB (Red+Green+Blue) = 186+31+120=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F78 is #45E087. Grayscale: #575757. Windows color (decimal): -4579464 or 7872442. OLE color: 7872442.
HSL color Cylindrical-coordinate representation of color #BA1F78: hue angle of 325.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F78 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 120 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.27 |
| HSL | 325.55º | 0.71% | 0.43% | - |
| HSV(B) | 325.55º | 0.83% | 0.73% | - |
| XYZ | 24.13 | 12.78 | 18.96 | - |
| YUV | 87.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 120 | 0 | 0.83 | 0.35 | 0.27 | 325.55 | 0.71 | 0.43 |
| Hex | BA | 1F | 78 | 0 | 53 | 23 | 1B | 146 | 47 | 2B |
| Octal | 272 | 37 | 170 | 0 | 123 | 43 | 33 | 506 | 107 | 53 |
| Binary | 10111010 | 11111 | 1111000 | 0 | 1010011 | 100011 | 11011 | 101000110 | 1000111 | 101011 |
Color Harmonies of #BA1F78
Complementary color
Monochromatic Colors of #BA1F78
Black with #BA1F78
Text Example
Text Example
White with #BA1F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F78; }
p { color: rgb(186,31,120); }
H1.HeaderClassName
{
color: #BA1F78;
}
.AnyTagClassName
{
color: #BA1F78;
}
</style>
background-color css
<style>
a { background-color: #BA1F78; }
a { background-color: rgb(186,31,120); }
div.DivClassName
{
background-color: #BA1F78;
}
.BgClassName
{
background-color: #BA1F78;
}
</style>
border-color css
<style>
span { border-color: #BA1F78; }
span { border-color: rgb(186,31,120); }
td.TdClassName
{
border-color: #BA1F78;
}
.TagClassName
{
border-color: #BA1F78;
}
</style>