Shades of Medium Violet Red #BA1F7E
Tints of Medium Violet Red #BA1F7E
RGB
CMYK
RGB Variations
Color information
#BA1F7E (or 0xBA1F7E) is known color: Medium Violet Red. HEX triplet: BA, 1F and 7E. RGB value is (186,31,126). Sum of RGB (Red+Green+Blue) = 186+31+126=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F7E is #45E081. Grayscale: #575757. Windows color (decimal): -4579458 or 8265658. OLE color: 8265658.
HSL color Cylindrical-coordinate representation of color #BA1F7E: hue angle of 323.23º 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 #BA1F7E is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 126 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.27 |
| HSL | 323.23º | 0.71% | 0.43% | - |
| HSV(B) | 323.23º | 0.83% | 0.73% | - |
| XYZ | 24.51 | 12.93 | 20.94 | - |
| YUV | 88.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 126 | 0 | 0.83 | 0.32 | 0.27 | 323.23 | 0.71 | 0.43 |
| Hex | BA | 1F | 7E | 0 | 53 | 20 | 1B | 143 | 47 | 2B |
| Octal | 272 | 37 | 176 | 0 | 123 | 40 | 33 | 503 | 107 | 53 |
| Binary | 10111010 | 11111 | 1111110 | 0 | 1010011 | 100000 | 11011 | 101000011 | 1000111 | 101011 |
Color Harmonies of #BA1F7E
Complementary color
Monochromatic Colors of #BA1F7E
Black with #BA1F7E
Text Example
Text Example
White with #BA1F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F7E; }
p { color: rgb(186,31,126); }
H1.HeaderClassName
{
color: #BA1F7E;
}
.AnyTagClassName
{
color: #BA1F7E;
}
</style>
background-color css
<style>
a { background-color: #BA1F7E; }
a { background-color: rgb(186,31,126); }
div.DivClassName
{
background-color: #BA1F7E;
}
.BgClassName
{
background-color: #BA1F7E;
}
</style>
border-color css
<style>
span { border-color: #BA1F7E; }
span { border-color: rgb(186,31,126); }
td.TdClassName
{
border-color: #BA1F7E;
}
.TagClassName
{
border-color: #BA1F7E;
}
</style>