Shades of Medium Red Violet #BA319C
Tints of Medium Red Violet #BA319C
RGB
CMYK
RGB Variations
Color information
#BA319C (or 0xBA319C) is known color: Medium Red Violet. HEX triplet: BA, 31 and 9C. RGB value is (186,49,156). Sum of RGB (Red+Green+Blue) = 186+49+156=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA319C is #45CE63. Grayscale: #656565. Windows color (decimal): -4574820 or 10236346. OLE color: 10236346.
HSL color Cylindrical-coordinate representation of color #BA319C: hue angle of 313.14º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA319C is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 156 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.27 |
| HSL | 313.14º | 0.58% | 0.46% | - |
| HSV(B) | 313.14º | 0.74% | 0.73% | - |
| XYZ | 27.35 | 15.04 | 32.91 | - |
| YUV | 102.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 156 | 0 | 0.74 | 0.16 | 0.27 | 313.14 | 0.58 | 0.46 |
| Hex | BA | 31 | 9C | 0 | 4A | 10 | 1B | 139 | 3A | 2E |
| Octal | 272 | 61 | 234 | 0 | 112 | 20 | 33 | 471 | 72 | 56 |
| Binary | 10111010 | 110001 | 10011100 | 0 | 1001010 | 10000 | 11011 | 100111001 | 111010 | 101110 |
Color Harmonies of #BA319C
Complementary color
Monochromatic Colors of #BA319C
Black with #BA319C
Text Example
Text Example
White with #BA319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA319C; }
p { color: rgb(186,49,156); }
H1.HeaderClassName
{
color: #BA319C;
}
.AnyTagClassName
{
color: #BA319C;
}
</style>
background-color css
<style>
a { background-color: #BA319C; }
a { background-color: rgb(186,49,156); }
div.DivClassName
{
background-color: #BA319C;
}
.BgClassName
{
background-color: #BA319C;
}
</style>
border-color css
<style>
span { border-color: #BA319C; }
span { border-color: rgb(186,49,156); }
td.TdClassName
{
border-color: #BA319C;
}
.TagClassName
{
border-color: #BA319C;
}
</style>