Shades of Medium Red Violet #BA2978
Tints of Medium Red Violet #BA2978
RGB
CMYK
RGB Variations
Color information
#BA2978 (or 0xBA2978) is known color: Medium Red Violet. HEX triplet: BA, 29 and 78. RGB value is (186,41,120). Sum of RGB (Red+Green+Blue) = 186+41+120=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2978 is #45D687. Grayscale: #5D5D5D. Windows color (decimal): -4576904 or 7875002. OLE color: 7875002.
HSL color Cylindrical-coordinate representation of color #BA2978: hue angle of 327.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2978 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 120 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.27 |
| HSL | 327.31º | 0.64% | 0.45% | - |
| HSV(B) | 327.31º | 0.78% | 0.73% | - |
| XYZ | 24.43 | 13.38 | 19.06 | - |
| YUV | 93.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 120 | 0 | 0.78 | 0.35 | 0.27 | 327.31 | 0.64 | 0.45 |
| Hex | BA | 29 | 78 | 0 | 4E | 23 | 1B | 147 | 40 | 2D |
| Octal | 272 | 51 | 170 | 0 | 116 | 43 | 33 | 507 | 100 | 55 |
| Binary | 10111010 | 101001 | 1111000 | 0 | 1001110 | 100011 | 11011 | 101000111 | 1000000 | 101101 |
Color Harmonies of #BA2978
Complementary color
Monochromatic Colors of #BA2978
Black with #BA2978
Text Example
Text Example
White with #BA2978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2978; }
p { color: rgb(186,41,120); }
H1.HeaderClassName
{
color: #BA2978;
}
.AnyTagClassName
{
color: #BA2978;
}
</style>
background-color css
<style>
a { background-color: #BA2978; }
a { background-color: rgb(186,41,120); }
div.DivClassName
{
background-color: #BA2978;
}
.BgClassName
{
background-color: #BA2978;
}
</style>
border-color css
<style>
span { border-color: #BA2978; }
span { border-color: rgb(186,41,120); }
td.TdClassName
{
border-color: #BA2978;
}
.TagClassName
{
border-color: #BA2978;
}
</style>