Shades of Medium Violet Red #BA029A
Tints of Medium Violet Red #BA029A
RGB
CMYK
RGB Variations
Color information
#BA029A (or 0xBA029A) is known color: Medium Violet Red. HEX triplet: BA, 02 and 9A. RGB value is (186,2,154). Sum of RGB (Red+Green+Blue) = 186+2+154=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA029A is #45FD65. Grayscale: #494949. Windows color (decimal): -4586854 or 10093242. OLE color: 10093242.
HSL color Cylindrical-coordinate representation of color #BA029A: hue angle of 310.43º 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 #BA029A is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.27 |
| HSL | 310.43º | 0.98% | 0.37% | - |
| HSV(B) | 310.43º | 0.99% | 0.73% | - |
| XYZ | 26.1 | 12.82 | 31.67 | - |
| YUV | 74.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 154 | 0 | 0.99 | 0.17 | 0.27 | 310.43 | 0.98 | 0.37 |
| Hex | BA | 2 | 9A | 0 | 63 | 11 | 1B | 136 | 62 | 25 |
| Octal | 272 | 2 | 232 | 0 | 143 | 21 | 33 | 466 | 142 | 45 |
| Binary | 10111010 | 10 | 10011010 | 0 | 1100011 | 10001 | 11011 | 100110110 | 1100010 | 100101 |
Color Harmonies of #BA029A
Complementary color
Monochromatic Colors of #BA029A
Black with #BA029A
Text Example
Text Example
White with #BA029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA029A; }
p { color: rgb(186,2,154); }
H1.HeaderClassName
{
color: #BA029A;
}
.AnyTagClassName
{
color: #BA029A;
}
</style>
background-color css
<style>
a { background-color: #BA029A; }
a { background-color: rgb(186,2,154); }
div.DivClassName
{
background-color: #BA029A;
}
.BgClassName
{
background-color: #BA029A;
}
</style>
border-color css
<style>
span { border-color: #BA029A; }
span { border-color: rgb(186,2,154); }
td.TdClassName
{
border-color: #BA029A;
}
.TagClassName
{
border-color: #BA029A;
}
</style>