Shades of Medium Violet Red #BA147E
Tints of Medium Violet Red #BA147E
RGB
CMYK
RGB Variations
Color information
#BA147E (or 0xBA147E) is known color: Medium Violet Red. HEX triplet: BA, 14 and 7E. RGB value is (186,20,126). Sum of RGB (Red+Green+Blue) = 186+20+126=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA147E is #45EB81. Grayscale: #515151. Windows color (decimal): -4582274 or 8262842. OLE color: 8262842.
HSL color Cylindrical-coordinate representation of color #BA147E: hue angle of 321.69º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA147E is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 126 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.27 |
| HSL | 321.69º | 0.81% | 0.4% | - |
| HSV(B) | 321.69º | 0.89% | 0.73% | - |
| XYZ | 24.27 | 12.45 | 20.86 | - |
| YUV | 81.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 126 | 0 | 0.89 | 0.32 | 0.27 | 321.69 | 0.81 | 0.4 |
| Hex | BA | 14 | 7E | 0 | 59 | 20 | 1B | 142 | 51 | 28 |
| Octal | 272 | 24 | 176 | 0 | 131 | 40 | 33 | 502 | 121 | 50 |
| Binary | 10111010 | 10100 | 1111110 | 0 | 1011001 | 100000 | 11011 | 101000010 | 1010001 | 101000 |
Color Harmonies of #BA147E
Complementary color
Monochromatic Colors of #BA147E
Black with #BA147E
Text Example
Text Example
White with #BA147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA147E; }
p { color: rgb(186,20,126); }
H1.HeaderClassName
{
color: #BA147E;
}
.AnyTagClassName
{
color: #BA147E;
}
</style>
background-color css
<style>
a { background-color: #BA147E; }
a { background-color: rgb(186,20,126); }
div.DivClassName
{
background-color: #BA147E;
}
.BgClassName
{
background-color: #BA147E;
}
</style>
border-color css
<style>
span { border-color: #BA147E; }
span { border-color: rgb(186,20,126); }
td.TdClassName
{
border-color: #BA147E;
}
.TagClassName
{
border-color: #BA147E;
}
</style>