Shades of Medium Violet Red #BA2297
Tints of Medium Violet Red #BA2297
RGB
CMYK
RGB Variations
Color information
#BA2297 (or 0xBA2297) is known color: Medium Violet Red. HEX triplet: BA, 22 and 97. RGB value is (186,34,151). Sum of RGB (Red+Green+Blue) = 186+34+151=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2297 is #45DD68. Grayscale: #5C5C5C. Windows color (decimal): -4578665 or 9904826. OLE color: 9904826.
HSL color Cylindrical-coordinate representation of color #BA2297: hue angle of 313.82º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2297 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 151 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.27 |
| HSL | 313.82º | 0.69% | 0.43% | - |
| HSV(B) | 313.82º | 0.82% | 0.73% | - |
| XYZ | 26.41 | 13.82 | 30.55 | - |
| YUV | 92.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 151 | 0 | 0.82 | 0.19 | 0.27 | 313.82 | 0.69 | 0.43 |
| Hex | BA | 22 | 97 | 0 | 52 | 13 | 1B | 13A | 45 | 2B |
| Octal | 272 | 42 | 227 | 0 | 122 | 23 | 33 | 472 | 105 | 53 |
| Binary | 10111010 | 100010 | 10010111 | 0 | 1010010 | 10011 | 11011 | 100111010 | 1000101 | 101011 |
Color Harmonies of #BA2297
Complementary color
Monochromatic Colors of #BA2297
Black with #BA2297
Text Example
Text Example
White with #BA2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2297; }
p { color: rgb(186,34,151); }
H1.HeaderClassName
{
color: #BA2297;
}
.AnyTagClassName
{
color: #BA2297;
}
</style>
background-color css
<style>
a { background-color: #BA2297; }
a { background-color: rgb(186,34,151); }
div.DivClassName
{
background-color: #BA2297;
}
.BgClassName
{
background-color: #BA2297;
}
</style>
border-color css
<style>
span { border-color: #BA2297; }
span { border-color: rgb(186,34,151); }
td.TdClassName
{
border-color: #BA2297;
}
.TagClassName
{
border-color: #BA2297;
}
</style>