Shades of Medium Red Violet #BA3292
Tints of Medium Red Violet #BA3292
RGB
CMYK
RGB Variations
Color information
#BA3292 (or 0xBA3292) is known color: Medium Red Violet. HEX triplet: BA, 32 and 92. RGB value is (186,50,146). Sum of RGB (Red+Green+Blue) = 186+50+146=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3292 is #45CD6D. Grayscale: #656565. Windows color (decimal): -4574574 or 9581242. OLE color: 9581242.
HSL color Cylindrical-coordinate representation of color #BA3292: hue angle of 317.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3292 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 146 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.27 |
| HSL | 317.65º | 0.58% | 0.46% | - |
| HSV(B) | 317.65º | 0.73% | 0.73% | - |
| XYZ | 26.58 | 14.8 | 28.65 | - |
| YUV | 101.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 146 | 0 | 0.73 | 0.22 | 0.27 | 317.65 | 0.58 | 0.46 |
| Hex | BA | 32 | 92 | 0 | 49 | 16 | 1B | 13E | 3A | 2E |
| Octal | 272 | 62 | 222 | 0 | 111 | 26 | 33 | 476 | 72 | 56 |
| Binary | 10111010 | 110010 | 10010010 | 0 | 1001001 | 10110 | 11011 | 100111110 | 111010 | 101110 |
Color Harmonies of #BA3292
Complementary color
Monochromatic Colors of #BA3292
Black with #BA3292
Text Example
Text Example
White with #BA3292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3292; }
p { color: rgb(186,50,146); }
H1.HeaderClassName
{
color: #BA3292;
}
.AnyTagClassName
{
color: #BA3292;
}
</style>
background-color css
<style>
a { background-color: #BA3292; }
a { background-color: rgb(186,50,146); }
div.DivClassName
{
background-color: #BA3292;
}
.BgClassName
{
background-color: #BA3292;
}
</style>
border-color css
<style>
span { border-color: #BA3292; }
span { border-color: rgb(186,50,146); }
td.TdClassName
{
border-color: #BA3292;
}
.TagClassName
{
border-color: #BA3292;
}
</style>