Shades of Medium Violet Red #BA177A
Tints of Medium Violet Red #BA177A
RGB
CMYK
RGB Variations
Color information
#BA177A (or 0xBA177A) is known color: Medium Violet Red. HEX triplet: BA, 17 and 7A. RGB value is (186,23,122). Sum of RGB (Red+Green+Blue) = 186+23+122=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA177A is #45E885. Grayscale: #525252. Windows color (decimal): -4581510 or 8001466. OLE color: 8001466.
HSL color Cylindrical-coordinate representation of color #BA177A: hue angle of 323.56º 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 #BA177A is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 122 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.27 |
| HSL | 323.56º | 0.78% | 0.41% | - |
| HSV(B) | 323.56º | 0.88% | 0.73% | - |
| XYZ | 24.07 | 12.46 | 19.55 | - |
| YUV | 83.02 | 150 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 122 | 0 | 0.88 | 0.34 | 0.27 | 323.56 | 0.78 | 0.41 |
| Hex | BA | 17 | 7A | 0 | 58 | 22 | 1B | 144 | 4E | 29 |
| Octal | 272 | 27 | 172 | 0 | 130 | 42 | 33 | 504 | 116 | 51 |
| Binary | 10111010 | 10111 | 1111010 | 0 | 1011000 | 100010 | 11011 | 101000100 | 1001110 | 101001 |
Color Harmonies of #BA177A
Complementary color
Monochromatic Colors of #BA177A
Black with #BA177A
Text Example
Text Example
White with #BA177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA177A; }
p { color: rgb(186,23,122); }
H1.HeaderClassName
{
color: #BA177A;
}
.AnyTagClassName
{
color: #BA177A;
}
</style>
background-color css
<style>
a { background-color: #BA177A; }
a { background-color: rgb(186,23,122); }
div.DivClassName
{
background-color: #BA177A;
}
.BgClassName
{
background-color: #BA177A;
}
</style>
border-color css
<style>
span { border-color: #BA177A; }
span { border-color: rgb(186,23,122); }
td.TdClassName
{
border-color: #BA177A;
}
.TagClassName
{
border-color: #BA177A;
}
</style>