Shades of Medium Red Violet #BA2396
Tints of Medium Red Violet #BA2396
RGB
CMYK
RGB Variations
Color information
#BA2396 (or 0xBA2396) is known color: Medium Red Violet. HEX triplet: BA, 23 and 96. RGB value is (186,35,150). Sum of RGB (Red+Green+Blue) = 186+35+150=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2396 is #45DC69. Grayscale: #5C5C5C. Windows color (decimal): -4578410 or 9839546. OLE color: 9839546.
HSL color Cylindrical-coordinate representation of color #BA2396: hue angle of 314.3º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2396 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 150 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.27 |
| HSL | 314.3º | 0.68% | 0.43% | - |
| HSV(B) | 314.3º | 0.81% | 0.73% | - |
| XYZ | 26.36 | 13.84 | 30.14 | - |
| YUV | 93.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 150 | 0 | 0.81 | 0.19 | 0.27 | 314.3 | 0.68 | 0.43 |
| Hex | BA | 23 | 96 | 0 | 51 | 13 | 1B | 13A | 44 | 2B |
| Octal | 272 | 43 | 226 | 0 | 121 | 23 | 33 | 472 | 104 | 53 |
| Binary | 10111010 | 100011 | 10010110 | 0 | 1010001 | 10011 | 11011 | 100111010 | 1000100 | 101011 |
Color Harmonies of #BA2396
Complementary color
Monochromatic Colors of #BA2396
Black with #BA2396
Text Example
Text Example
White with #BA2396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2396; }
p { color: rgb(186,35,150); }
H1.HeaderClassName
{
color: #BA2396;
}
.AnyTagClassName
{
color: #BA2396;
}
</style>
background-color css
<style>
a { background-color: #BA2396; }
a { background-color: rgb(186,35,150); }
div.DivClassName
{
background-color: #BA2396;
}
.BgClassName
{
background-color: #BA2396;
}
</style>
border-color css
<style>
span { border-color: #BA2396; }
span { border-color: rgb(186,35,150); }
td.TdClassName
{
border-color: #BA2396;
}
.TagClassName
{
border-color: #BA2396;
}
</style>