Shades of Medium Violet Red #BA1F7C
Tints of Medium Violet Red #BA1F7C
RGB
CMYK
RGB Variations
Color information
#BA1F7C (or 0xBA1F7C) is known color: Medium Violet Red. HEX triplet: BA, 1F and 7C. RGB value is (186,31,124). Sum of RGB (Red+Green+Blue) = 186+31+124=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F7C is #45E083. Grayscale: #575757. Windows color (decimal): -4579460 or 8134586. OLE color: 8134586.
HSL color Cylindrical-coordinate representation of color #BA1F7C: hue angle of 324º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F7C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 124 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.27 |
| HSL | 324º | 0.71% | 0.43% | - |
| HSV(B) | 324º | 0.83% | 0.73% | - |
| XYZ | 24.38 | 12.87 | 20.27 | - |
| YUV | 87.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 124 | 0 | 0.83 | 0.33 | 0.27 | 324 | 0.71 | 0.43 |
| Hex | BA | 1F | 7C | 0 | 53 | 21 | 1B | 144 | 47 | 2B |
| Octal | 272 | 37 | 174 | 0 | 123 | 41 | 33 | 504 | 107 | 53 |
| Binary | 10111010 | 11111 | 1111100 | 0 | 1010011 | 100001 | 11011 | 101000100 | 1000111 | 101011 |
Color Harmonies of #BA1F7C
Complementary color
Monochromatic Colors of #BA1F7C
Black with #BA1F7C
Text Example
Text Example
White with #BA1F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F7C; }
p { color: rgb(186,31,124); }
H1.HeaderClassName
{
color: #BA1F7C;
}
.AnyTagClassName
{
color: #BA1F7C;
}
</style>
background-color css
<style>
a { background-color: #BA1F7C; }
a { background-color: rgb(186,31,124); }
div.DivClassName
{
background-color: #BA1F7C;
}
.BgClassName
{
background-color: #BA1F7C;
}
</style>
border-color css
<style>
span { border-color: #BA1F7C; }
span { border-color: rgb(186,31,124); }
td.TdClassName
{
border-color: #BA1F7C;
}
.TagClassName
{
border-color: #BA1F7C;
}
</style>