Shades of Medium Red Violet #BA2897
Tints of Medium Red Violet #BA2897
RGB
CMYK
RGB Variations
Color information
#BA2897 (or 0xBA2897) is known color: Medium Red Violet. HEX triplet: BA, 28 and 97. RGB value is (186,40,151). Sum of RGB (Red+Green+Blue) = 186+40+151=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2897 is #45D768. Grayscale: #606060. Windows color (decimal): -4577129 or 9906362. OLE color: 9906362.
HSL color Cylindrical-coordinate representation of color #BA2897: hue angle of 314.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2897 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 151 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.27 |
| HSL | 314.38º | 0.65% | 0.44% | - |
| HSV(B) | 314.38º | 0.78% | 0.73% | - |
| XYZ | 26.59 | 14.19 | 30.62 | - |
| YUV | 96.31 | 158.87 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 151 | 0 | 0.78 | 0.19 | 0.27 | 314.38 | 0.65 | 0.44 |
| Hex | BA | 28 | 97 | 0 | 4E | 13 | 1B | 13A | 41 | 2C |
| Octal | 272 | 50 | 227 | 0 | 116 | 23 | 33 | 472 | 101 | 54 |
| Binary | 10111010 | 101000 | 10010111 | 0 | 1001110 | 10011 | 11011 | 100111010 | 1000001 | 101100 |
Color Harmonies of #BA2897
Complementary color
Monochromatic Colors of #BA2897
Black with #BA2897
Text Example
Text Example
White with #BA2897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2897; }
p { color: rgb(186,40,151); }
H1.HeaderClassName
{
color: #BA2897;
}
.AnyTagClassName
{
color: #BA2897;
}
</style>
background-color css
<style>
a { background-color: #BA2897; }
a { background-color: rgb(186,40,151); }
div.DivClassName
{
background-color: #BA2897;
}
.BgClassName
{
background-color: #BA2897;
}
</style>
border-color css
<style>
span { border-color: #BA2897; }
span { border-color: rgb(186,40,151); }
td.TdClassName
{
border-color: #BA2897;
}
.TagClassName
{
border-color: #BA2897;
}
</style>