Shades of Medium Red Violet #BA3F95
Tints of Medium Red Violet #BA3F95
RGB
CMYK
RGB Variations
Color information
#BA3F95 (or 0xBA3F95) is known color: Medium Red Violet. HEX triplet: BA, 3F and 95. RGB value is (186,63,149). Sum of RGB (Red+Green+Blue) = 186+63+149=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3F95 is #45C06A. Grayscale: #6D6D6D. Windows color (decimal): -4571243 or 9781178. OLE color: 9781178.
HSL color Cylindrical-coordinate representation of color #BA3F95: hue angle of 318.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F95 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 149 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.27 |
| HSL | 318.05º | 0.49% | 0.49% | - |
| HSV(B) | 318.05º | 0.66% | 0.73% | - |
| XYZ | 27.45 | 16.16 | 30.11 | - |
| YUV | 109.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 149 | 0 | 0.66 | 0.20 | 0.27 | 318.05 | 0.49 | 0.49 |
| Hex | BA | 3F | 95 | 0 | 42 | 14 | 1B | 13E | 31 | 31 |
| Octal | 272 | 77 | 225 | 0 | 102 | 24 | 33 | 476 | 61 | 61 |
| Binary | 10111010 | 111111 | 10010101 | 0 | 1000010 | 10100 | 11011 | 100111110 | 110001 | 110001 |
Color Harmonies of #BA3F95
Complementary color
Monochromatic Colors of #BA3F95
Black with #BA3F95
Text Example
Text Example
White with #BA3F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F95; }
p { color: rgb(186,63,149); }
H1.HeaderClassName
{
color: #BA3F95;
}
.AnyTagClassName
{
color: #BA3F95;
}
</style>
background-color css
<style>
a { background-color: #BA3F95; }
a { background-color: rgb(186,63,149); }
div.DivClassName
{
background-color: #BA3F95;
}
.BgClassName
{
background-color: #BA3F95;
}
</style>
border-color css
<style>
span { border-color: #BA3F95; }
span { border-color: rgb(186,63,149); }
td.TdClassName
{
border-color: #BA3F95;
}
.TagClassName
{
border-color: #BA3F95;
}
</style>