Shades of Medium Red Violet #BA2292
Tints of Medium Red Violet #BA2292
RGB
CMYK
RGB Variations
Color information
#BA2292 (or 0xBA2292) is known color: Medium Red Violet. HEX triplet: BA, 22 and 92. RGB value is (186,34,146). Sum of RGB (Red+Green+Blue) = 186+34+146=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2292 is #45DD6D. Grayscale: #5B5B5B. Windows color (decimal): -4578670 or 9577146. OLE color: 9577146.
HSL color Cylindrical-coordinate representation of color #BA2292: hue angle of 315.79º 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 #BA2292 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 146 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.27 |
| HSL | 315.79º | 0.69% | 0.43% | - |
| HSV(B) | 315.79º | 0.82% | 0.73% | - |
| XYZ | 26.01 | 13.66 | 28.46 | - |
| YUV | 92.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 146 | 0 | 0.82 | 0.22 | 0.27 | 315.79 | 0.69 | 0.43 |
| Hex | BA | 22 | 92 | 0 | 52 | 16 | 1B | 13C | 45 | 2B |
| Octal | 272 | 42 | 222 | 0 | 122 | 26 | 33 | 474 | 105 | 53 |
| Binary | 10111010 | 100010 | 10010010 | 0 | 1010010 | 10110 | 11011 | 100111100 | 1000101 | 101011 |
Color Harmonies of #BA2292
Complementary color
Monochromatic Colors of #BA2292
Black with #BA2292
Text Example
Text Example
White with #BA2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2292; }
p { color: rgb(186,34,146); }
H1.HeaderClassName
{
color: #BA2292;
}
.AnyTagClassName
{
color: #BA2292;
}
</style>
background-color css
<style>
a { background-color: #BA2292; }
a { background-color: rgb(186,34,146); }
div.DivClassName
{
background-color: #BA2292;
}
.BgClassName
{
background-color: #BA2292;
}
</style>
border-color css
<style>
span { border-color: #BA2292; }
span { border-color: rgb(186,34,146); }
td.TdClassName
{
border-color: #BA2292;
}
.TagClassName
{
border-color: #BA2292;
}
</style>