Shades of Medium Red Violet #BA317E
Tints of Medium Red Violet #BA317E
RGB
CMYK
RGB Variations
Color information
#BA317E (or 0xBA317E) is known color: Medium Red Violet. HEX triplet: BA, 31 and 7E. RGB value is (186,49,126). Sum of RGB (Red+Green+Blue) = 186+49+126=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA317E is #45CE81. Grayscale: #626262. Windows color (decimal): -4574850 or 8270266. OLE color: 8270266.
HSL color Cylindrical-coordinate representation of color #BA317E: hue angle of 326.28º 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 #BA317E is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 126 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.27 |
| HSL | 326.28º | 0.58% | 0.46% | - |
| HSV(B) | 326.28º | 0.74% | 0.73% | - |
| XYZ | 25.11 | 14.14 | 21.14 | - |
| YUV | 98.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 126 | 0 | 0.74 | 0.32 | 0.27 | 326.28 | 0.58 | 0.46 |
| Hex | BA | 31 | 7E | 0 | 4A | 20 | 1B | 146 | 3A | 2E |
| Octal | 272 | 61 | 176 | 0 | 112 | 40 | 33 | 506 | 72 | 56 |
| Binary | 10111010 | 110001 | 1111110 | 0 | 1001010 | 100000 | 11011 | 101000110 | 111010 | 101110 |
Color Harmonies of #BA317E
Complementary color
Monochromatic Colors of #BA317E
Black with #BA317E
Text Example
Text Example
White with #BA317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA317E; }
p { color: rgb(186,49,126); }
H1.HeaderClassName
{
color: #BA317E;
}
.AnyTagClassName
{
color: #BA317E;
}
</style>
background-color css
<style>
a { background-color: #BA317E; }
a { background-color: rgb(186,49,126); }
div.DivClassName
{
background-color: #BA317E;
}
.BgClassName
{
background-color: #BA317E;
}
</style>
border-color css
<style>
span { border-color: #BA317E; }
span { border-color: rgb(186,49,126); }
td.TdClassName
{
border-color: #BA317E;
}
.TagClassName
{
border-color: #BA317E;
}
</style>