Shades of Medium Red Violet #BA317C
Tints of Medium Red Violet #BA317C
RGB
CMYK
RGB Variations
Color information
#BA317C (or 0xBA317C) is known color: Medium Red Violet. HEX triplet: BA, 31 and 7C. RGB value is (186,49,124). Sum of RGB (Red+Green+Blue) = 186+49+124=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA317C is #45CE83. Grayscale: #626262. Windows color (decimal): -4574852 or 8139194. OLE color: 8139194.
HSL color Cylindrical-coordinate representation of color #BA317C: hue angle of 327.15º 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 #BA317C is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 124 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.27 |
| HSL | 327.15º | 0.58% | 0.46% | - |
| HSV(B) | 327.15º | 0.74% | 0.73% | - |
| XYZ | 24.99 | 14.09 | 20.47 | - |
| YUV | 98.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 124 | 0 | 0.74 | 0.33 | 0.27 | 327.15 | 0.58 | 0.46 |
| Hex | BA | 31 | 7C | 0 | 4A | 21 | 1B | 147 | 3A | 2E |
| Octal | 272 | 61 | 174 | 0 | 112 | 41 | 33 | 507 | 72 | 56 |
| Binary | 10111010 | 110001 | 1111100 | 0 | 1001010 | 100001 | 11011 | 101000111 | 111010 | 101110 |
Color Harmonies of #BA317C
Complementary color
Monochromatic Colors of #BA317C
Black with #BA317C
Text Example
Text Example
White with #BA317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA317C; }
p { color: rgb(186,49,124); }
H1.HeaderClassName
{
color: #BA317C;
}
.AnyTagClassName
{
color: #BA317C;
}
</style>
background-color css
<style>
a { background-color: #BA317C; }
a { background-color: rgb(186,49,124); }
div.DivClassName
{
background-color: #BA317C;
}
.BgClassName
{
background-color: #BA317C;
}
</style>
border-color css
<style>
span { border-color: #BA317C; }
span { border-color: rgb(186,49,124); }
td.TdClassName
{
border-color: #BA317C;
}
.TagClassName
{
border-color: #BA317C;
}
</style>