Shades of Medium Violet Red #BA1F8C
Tints of Medium Violet Red #BA1F8C
RGB
CMYK
RGB Variations
Color information
#BA1F8C (or 0xBA1F8C) is known color: Medium Violet Red. HEX triplet: BA, 1F and 8C. RGB value is (186,31,140). Sum of RGB (Red+Green+Blue) = 186+31+140=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F8C is #45E073. Grayscale: #595959. Windows color (decimal): -4579444 or 9183162. OLE color: 9183162.
HSL color Cylindrical-coordinate representation of color #BA1F8C: hue angle of 317.81º 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 #BA1F8C is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 140 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.27 |
| HSL | 317.81º | 0.71% | 0.43% | - |
| HSV(B) | 317.81º | 0.83% | 0.73% | - |
| XYZ | 25.47 | 13.31 | 26.04 | - |
| YUV | 89.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 140 | 0 | 0.83 | 0.25 | 0.27 | 317.81 | 0.71 | 0.43 |
| Hex | BA | 1F | 8C | 0 | 53 | 19 | 1B | 13E | 47 | 2B |
| Octal | 272 | 37 | 214 | 0 | 123 | 31 | 33 | 476 | 107 | 53 |
| Binary | 10111010 | 11111 | 10001100 | 0 | 1010011 | 11001 | 11011 | 100111110 | 1000111 | 101011 |
Color Harmonies of #BA1F8C
Complementary color
Monochromatic Colors of #BA1F8C
Black with #BA1F8C
Text Example
Text Example
White with #BA1F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F8C; }
p { color: rgb(186,31,140); }
H1.HeaderClassName
{
color: #BA1F8C;
}
.AnyTagClassName
{
color: #BA1F8C;
}
</style>
background-color css
<style>
a { background-color: #BA1F8C; }
a { background-color: rgb(186,31,140); }
div.DivClassName
{
background-color: #BA1F8C;
}
.BgClassName
{
background-color: #BA1F8C;
}
</style>
border-color css
<style>
span { border-color: #BA1F8C; }
span { border-color: rgb(186,31,140); }
td.TdClassName
{
border-color: #BA1F8C;
}
.TagClassName
{
border-color: #BA1F8C;
}
</style>