Shades of Medium Violet Red #BA1C78
Tints of Medium Violet Red #BA1C78
RGB
CMYK
RGB Variations
Color information
#BA1C78 (or 0xBA1C78) is known color: Medium Violet Red. HEX triplet: BA, 1C and 78. RGB value is (186,28,120). Sum of RGB (Red+Green+Blue) = 186+28+120=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C78 is #45E387. Grayscale: #555555. Windows color (decimal): -4580232 or 7871674. OLE color: 7871674.
HSL color Cylindrical-coordinate representation of color #BA1C78: hue angle of 325.06º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C78 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 120 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.27 |
| HSL | 325.06º | 0.74% | 0.42% | - |
| HSV(B) | 325.06º | 0.85% | 0.73% | - |
| XYZ | 24.06 | 12.63 | 18.94 | - |
| YUV | 85.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 120 | 0 | 0.85 | 0.35 | 0.27 | 325.06 | 0.74 | 0.42 |
| Hex | BA | 1C | 78 | 0 | 55 | 23 | 1B | 145 | 4A | 2A |
| Octal | 272 | 34 | 170 | 0 | 125 | 43 | 33 | 505 | 112 | 52 |
| Binary | 10111010 | 11100 | 1111000 | 0 | 1010101 | 100011 | 11011 | 101000101 | 1001010 | 101010 |
Color Harmonies of #BA1C78
Complementary color
Monochromatic Colors of #BA1C78
Black with #BA1C78
Text Example
Text Example
White with #BA1C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C78; }
p { color: rgb(186,28,120); }
H1.HeaderClassName
{
color: #BA1C78;
}
.AnyTagClassName
{
color: #BA1C78;
}
</style>
background-color css
<style>
a { background-color: #BA1C78; }
a { background-color: rgb(186,28,120); }
div.DivClassName
{
background-color: #BA1C78;
}
.BgClassName
{
background-color: #BA1C78;
}
</style>
border-color css
<style>
span { border-color: #BA1C78; }
span { border-color: rgb(186,28,120); }
td.TdClassName
{
border-color: #BA1C78;
}
.TagClassName
{
border-color: #BA1C78;
}
</style>