Shades of Medium Violet Red #BA027E
Tints of Medium Violet Red #BA027E
RGB
CMYK
RGB Variations
Color information
#BA027E (or 0xBA027E) is known color: Medium Violet Red. HEX triplet: BA, 02 and 7E. RGB value is (186,2,126). Sum of RGB (Red+Green+Blue) = 186+2+126=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA027E is #45FD81. Grayscale: #464646. Windows color (decimal): -4586882 or 8258234. OLE color: 8258234.
HSL color Cylindrical-coordinate representation of color #BA027E: hue angle of 319.57º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA027E is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.27 |
| HSL | 319.57º | 0.98% | 0.37% | - |
| HSV(B) | 319.57º | 0.99% | 0.73% | - |
| XYZ | 24.04 | 11.99 | 20.79 | - |
| YUV | 71.15 | 158.96 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 126 | 0 | 0.99 | 0.32 | 0.27 | 319.57 | 0.98 | 0.37 |
| Hex | BA | 2 | 7E | 0 | 63 | 20 | 1B | 140 | 62 | 25 |
| Octal | 272 | 2 | 176 | 0 | 143 | 40 | 33 | 500 | 142 | 45 |
| Binary | 10111010 | 10 | 1111110 | 0 | 1100011 | 100000 | 11011 | 101000000 | 1100010 | 100101 |
Color Harmonies of #BA027E
Complementary color
Monochromatic Colors of #BA027E
Black with #BA027E
Text Example
Text Example
White with #BA027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA027E; }
p { color: rgb(186,2,126); }
H1.HeaderClassName
{
color: #BA027E;
}
.AnyTagClassName
{
color: #BA027E;
}
</style>
background-color css
<style>
a { background-color: #BA027E; }
a { background-color: rgb(186,2,126); }
div.DivClassName
{
background-color: #BA027E;
}
.BgClassName
{
background-color: #BA027E;
}
</style>
border-color css
<style>
span { border-color: #BA027E; }
span { border-color: rgb(186,2,126); }
td.TdClassName
{
border-color: #BA027E;
}
.TagClassName
{
border-color: #BA027E;
}
</style>