Shades of Medium Red Violet #BA2792
Tints of Medium Red Violet #BA2792
RGB
CMYK
RGB Variations
Color information
#BA2792 (or 0xBA2792) is known color: Medium Red Violet. HEX triplet: BA, 27 and 92. RGB value is (186,39,146). Sum of RGB (Red+Green+Blue) = 186+39+146=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2792 is #45D86D. Grayscale: #5E5E5E. Windows color (decimal): -4577390 or 9578426. OLE color: 9578426.
HSL color Cylindrical-coordinate representation of color #BA2792: hue angle of 316.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2792 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 146 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.27 |
| HSL | 316.33º | 0.65% | 0.44% | - |
| HSV(B) | 316.33º | 0.79% | 0.73% | - |
| XYZ | 26.16 | 13.97 | 28.51 | - |
| YUV | 95.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 146 | 0 | 0.79 | 0.22 | 0.27 | 316.33 | 0.65 | 0.44 |
| Hex | BA | 27 | 92 | 0 | 4F | 16 | 1B | 13C | 41 | 2C |
| Octal | 272 | 47 | 222 | 0 | 117 | 26 | 33 | 474 | 101 | 54 |
| Binary | 10111010 | 100111 | 10010010 | 0 | 1001111 | 10110 | 11011 | 100111100 | 1000001 | 101100 |
Color Harmonies of #BA2792
Complementary color
Monochromatic Colors of #BA2792
Black with #BA2792
Text Example
Text Example
White with #BA2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2792; }
p { color: rgb(186,39,146); }
H1.HeaderClassName
{
color: #BA2792;
}
.AnyTagClassName
{
color: #BA2792;
}
</style>
background-color css
<style>
a { background-color: #BA2792; }
a { background-color: rgb(186,39,146); }
div.DivClassName
{
background-color: #BA2792;
}
.BgClassName
{
background-color: #BA2792;
}
</style>
border-color css
<style>
span { border-color: #BA2792; }
span { border-color: rgb(186,39,146); }
td.TdClassName
{
border-color: #BA2792;
}
.TagClassName
{
border-color: #BA2792;
}
</style>