Shades of Medium Violet Red #BA17A3
Tints of Medium Violet Red #BA17A3
RGB
CMYK
RGB Variations
Color information
#BA17A3 (or 0xBA17A3) is known color: Medium Violet Red. HEX triplet: BA, 17 and A3. RGB value is (186,23,163). Sum of RGB (Red+Green+Blue) = 186+23+163=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA17A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA17A3 is #45E85C. Grayscale: #575757. Windows color (decimal): -4581469 or 10688442. OLE color: 10688442.
HSL color Cylindrical-coordinate representation of color #BA17A3: hue angle of 308.47º 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 #BA17A3 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 163 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.27 |
| HSL | 308.47º | 0.78% | 0.41% | - |
| HSV(B) | 308.47º | 0.88% | 0.73% | - |
| XYZ | 27.17 | 13.7 | 35.86 | - |
| YUV | 87.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 163 | 0 | 0.88 | 0.12 | 0.27 | 308.47 | 0.78 | 0.41 |
| Hex | BA | 17 | A3 | 0 | 58 | C | 1B | 134 | 4E | 29 |
| Octal | 272 | 27 | 243 | 0 | 130 | 14 | 33 | 464 | 116 | 51 |
| Binary | 10111010 | 10111 | 10100011 | 0 | 1011000 | 1100 | 11011 | 100110100 | 1001110 | 101001 |
Color Harmonies of #BA17A3
Complementary color
Monochromatic Colors of #BA17A3
Black with #BA17A3
Text Example
Text Example
White with #BA17A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17A3; }
p { color: rgb(186,23,163); }
H1.HeaderClassName
{
color: #BA17A3;
}
.AnyTagClassName
{
color: #BA17A3;
}
</style>
background-color css
<style>
a { background-color: #BA17A3; }
a { background-color: rgb(186,23,163); }
div.DivClassName
{
background-color: #BA17A3;
}
.BgClassName
{
background-color: #BA17A3;
}
</style>
border-color css
<style>
span { border-color: #BA17A3; }
span { border-color: rgb(186,23,163); }
td.TdClassName
{
border-color: #BA17A3;
}
.TagClassName
{
border-color: #BA17A3;
}
</style>