Shades of Medium Violet Red #BA029E
Tints of Medium Violet Red #BA029E
RGB
CMYK
RGB Variations
Color information
#BA029E (or 0xBA029E) is known color: Medium Violet Red. HEX triplet: BA, 02 and 9E. RGB value is (186,2,158). Sum of RGB (Red+Green+Blue) = 186+2+158=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA029E is #45FD61. Grayscale: #4A4A4A. Windows color (decimal): -4586850 or 10355386. OLE color: 10355386.
HSL color Cylindrical-coordinate representation of color #BA029E: hue angle of 309.13º 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 #BA029E is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.27 |
| HSL | 309.13º | 0.98% | 0.37% | - |
| HSV(B) | 309.13º | 0.99% | 0.73% | - |
| XYZ | 26.44 | 12.95 | 33.45 | - |
| YUV | 74.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 158 | 0 | 0.99 | 0.15 | 0.27 | 309.13 | 0.98 | 0.37 |
| Hex | BA | 2 | 9E | 0 | 63 | F | 1B | 135 | 62 | 25 |
| Octal | 272 | 2 | 236 | 0 | 143 | 17 | 33 | 465 | 142 | 45 |
| Binary | 10111010 | 10 | 10011110 | 0 | 1100011 | 1111 | 11011 | 100110101 | 1100010 | 100101 |
Color Harmonies of #BA029E
Complementary color
Monochromatic Colors of #BA029E
Black with #BA029E
Text Example
Text Example
White with #BA029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA029E; }
p { color: rgb(186,2,158); }
H1.HeaderClassName
{
color: #BA029E;
}
.AnyTagClassName
{
color: #BA029E;
}
</style>
background-color css
<style>
a { background-color: #BA029E; }
a { background-color: rgb(186,2,158); }
div.DivClassName
{
background-color: #BA029E;
}
.BgClassName
{
background-color: #BA029E;
}
</style>
border-color css
<style>
span { border-color: #BA029E; }
span { border-color: rgb(186,2,158); }
td.TdClassName
{
border-color: #BA029E;
}
.TagClassName
{
border-color: #BA029E;
}
</style>