Shades of Medium Violet Red #BA1FA5
Tints of Medium Violet Red #BA1FA5
RGB
CMYK
RGB Variations
Color information
#BA1FA5 (or 0xBA1FA5) is known color: Medium Violet Red. HEX triplet: BA, 1F and A5. RGB value is (186,31,165). Sum of RGB (Red+Green+Blue) = 186+31+165=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1FA5 is #45E05A. Grayscale: #5C5C5C. Windows color (decimal): -4579419 or 10821562. OLE color: 10821562.
HSL color Cylindrical-coordinate representation of color #BA1FA5: hue angle of 308.13º 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 #BA1FA5 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 165 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.27 |
| HSL | 308.13º | 0.71% | 0.43% | - |
| HSV(B) | 308.13º | 0.83% | 0.73% | - |
| XYZ | 27.53 | 14.14 | 36.87 | - |
| YUV | 92.62 | 168.85 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 165 | 0 | 0.83 | 0.11 | 0.27 | 308.13 | 0.71 | 0.43 |
| Hex | BA | 1F | A5 | 0 | 53 | B | 1B | 134 | 47 | 2B |
| Octal | 272 | 37 | 245 | 0 | 123 | 13 | 33 | 464 | 107 | 53 |
| Binary | 10111010 | 11111 | 10100101 | 0 | 1010011 | 1011 | 11011 | 100110100 | 1000111 | 101011 |
Color Harmonies of #BA1FA5
Complementary color
Monochromatic Colors of #BA1FA5
Black with #BA1FA5
Text Example
Text Example
White with #BA1FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FA5; }
p { color: rgb(186,31,165); }
H1.HeaderClassName
{
color: #BA1FA5;
}
.AnyTagClassName
{
color: #BA1FA5;
}
</style>
background-color css
<style>
a { background-color: #BA1FA5; }
a { background-color: rgb(186,31,165); }
div.DivClassName
{
background-color: #BA1FA5;
}
.BgClassName
{
background-color: #BA1FA5;
}
</style>
border-color css
<style>
span { border-color: #BA1FA5; }
span { border-color: rgb(186,31,165); }
td.TdClassName
{
border-color: #BA1FA5;
}
.TagClassName
{
border-color: #BA1FA5;
}
</style>