Shades of Medium Red Violet #BA317D
Tints of Medium Red Violet #BA317D
RGB
CMYK
RGB Variations
Color information
#BA317D (or 0xBA317D) is known color: Medium Red Violet. HEX triplet: BA, 31 and 7D. RGB value is (186,49,125). Sum of RGB (Red+Green+Blue) = 186+49+125=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA317D is #45CE82. Grayscale: #626262. Windows color (decimal): -4574851 or 8204730. OLE color: 8204730.
HSL color Cylindrical-coordinate representation of color #BA317D: hue angle of 326.72º 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 #BA317D is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 125 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.27 |
| HSL | 326.72º | 0.58% | 0.46% | - |
| HSV(B) | 326.72º | 0.74% | 0.73% | - |
| XYZ | 25.05 | 14.12 | 20.81 | - |
| YUV | 98.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 125 | 0 | 0.74 | 0.33 | 0.27 | 326.72 | 0.58 | 0.46 |
| Hex | BA | 31 | 7D | 0 | 4A | 21 | 1B | 147 | 3A | 2E |
| Octal | 272 | 61 | 175 | 0 | 112 | 41 | 33 | 507 | 72 | 56 |
| Binary | 10111010 | 110001 | 1111101 | 0 | 1001010 | 100001 | 11011 | 101000111 | 111010 | 101110 |
Color Harmonies of #BA317D
Complementary color
Monochromatic Colors of #BA317D
Black with #BA317D
Text Example
Text Example
White with #BA317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA317D; }
p { color: rgb(186,49,125); }
H1.HeaderClassName
{
color: #BA317D;
}
.AnyTagClassName
{
color: #BA317D;
}
</style>
background-color css
<style>
a { background-color: #BA317D; }
a { background-color: rgb(186,49,125); }
div.DivClassName
{
background-color: #BA317D;
}
.BgClassName
{
background-color: #BA317D;
}
</style>
border-color css
<style>
span { border-color: #BA317D; }
span { border-color: rgb(186,49,125); }
td.TdClassName
{
border-color: #BA317D;
}
.TagClassName
{
border-color: #BA317D;
}
</style>