Shades of Medium Red Violet #BA2392
Tints of Medium Red Violet #BA2392
RGB
CMYK
RGB Variations
Color information
#BA2392 (or 0xBA2392) is known color: Medium Red Violet. HEX triplet: BA, 23 and 92. RGB value is (186,35,146). Sum of RGB (Red+Green+Blue) = 186+35+146=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2392 is #45DC6D. Grayscale: #5C5C5C. Windows color (decimal): -4578414 or 9577402. OLE color: 9577402.
HSL color Cylindrical-coordinate representation of color #BA2392: hue angle of 315.89º 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 #BA2392 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 146 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.27 |
| HSL | 315.89º | 0.68% | 0.43% | - |
| HSV(B) | 315.89º | 0.81% | 0.73% | - |
| XYZ | 26.04 | 13.72 | 28.47 | - |
| YUV | 92.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 146 | 0 | 0.81 | 0.22 | 0.27 | 315.89 | 0.68 | 0.43 |
| Hex | BA | 23 | 92 | 0 | 51 | 16 | 1B | 13C | 44 | 2B |
| Octal | 272 | 43 | 222 | 0 | 121 | 26 | 33 | 474 | 104 | 53 |
| Binary | 10111010 | 100011 | 10010010 | 0 | 1010001 | 10110 | 11011 | 100111100 | 1000100 | 101011 |
Color Harmonies of #BA2392
Complementary color
Monochromatic Colors of #BA2392
Black with #BA2392
Text Example
Text Example
White with #BA2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2392; }
p { color: rgb(186,35,146); }
H1.HeaderClassName
{
color: #BA2392;
}
.AnyTagClassName
{
color: #BA2392;
}
</style>
background-color css
<style>
a { background-color: #BA2392; }
a { background-color: rgb(186,35,146); }
div.DivClassName
{
background-color: #BA2392;
}
.BgClassName
{
background-color: #BA2392;
}
</style>
border-color css
<style>
span { border-color: #BA2392; }
span { border-color: rgb(186,35,146); }
td.TdClassName
{
border-color: #BA2392;
}
.TagClassName
{
border-color: #BA2392;
}
</style>