Shades of Medium Violet Red #BA17A2
Tints of Medium Violet Red #BA17A2
RGB
CMYK
RGB Variations
Color information
#BA17A2 (or 0xBA17A2) is known color: Medium Violet Red. HEX triplet: BA, 17 and A2. RGB value is (186,23,162). Sum of RGB (Red+Green+Blue) = 186+23+162=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA17A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA17A2 is #45E85D. Grayscale: #575757. Windows color (decimal): -4581470 or 10622906. OLE color: 10622906.
HSL color Cylindrical-coordinate representation of color #BA17A2: hue angle of 308.83º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17A2 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 162 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.27 |
| HSL | 308.83º | 0.78% | 0.41% | - |
| HSV(B) | 308.83º | 0.88% | 0.73% | - |
| XYZ | 27.08 | 13.66 | 35.39 | - |
| YUV | 87.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 162 | 0 | 0.88 | 0.13 | 0.27 | 308.83 | 0.78 | 0.41 |
| Hex | BA | 17 | A2 | 0 | 58 | D | 1B | 135 | 4E | 29 |
| Octal | 272 | 27 | 242 | 0 | 130 | 15 | 33 | 465 | 116 | 51 |
| Binary | 10111010 | 10111 | 10100010 | 0 | 1011000 | 1101 | 11011 | 100110101 | 1001110 | 101001 |
Color Harmonies of #BA17A2
Complementary color
Monochromatic Colors of #BA17A2
Black with #BA17A2
Text Example
Text Example
White with #BA17A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17A2; }
p { color: rgb(186,23,162); }
H1.HeaderClassName
{
color: #BA17A2;
}
.AnyTagClassName
{
color: #BA17A2;
}
</style>
background-color css
<style>
a { background-color: #BA17A2; }
a { background-color: rgb(186,23,162); }
div.DivClassName
{
background-color: #BA17A2;
}
.BgClassName
{
background-color: #BA17A2;
}
</style>
border-color css
<style>
span { border-color: #BA17A2; }
span { border-color: rgb(186,23,162); }
td.TdClassName
{
border-color: #BA17A2;
}
.TagClassName
{
border-color: #BA17A2;
}
</style>