Shades of Medium Violet Red #BA11A7
Tints of Medium Violet Red #BA11A7
RGB
CMYK
RGB Variations
Color information
#BA11A7 (or 0xBA11A7) is known color: Medium Violet Red. HEX triplet: BA, 11 and A7. RGB value is (186,17,167). Sum of RGB (Red+Green+Blue) = 186+17+167=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11A7 is #45EE58. Grayscale: #545454. Windows color (decimal): -4583001 or 10949050. OLE color: 10949050.
HSL color Cylindrical-coordinate representation of color #BA11A7: hue angle of 306.75º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11A7 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 167 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.27 |
| HSL | 306.75º | 0.83% | 0.4% | - |
| HSV(B) | 306.75º | 0.91% | 0.73% | - |
| XYZ | 27.43 | 13.63 | 37.74 | - |
| YUV | 84.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 167 | 0 | 0.91 | 0.10 | 0.27 | 306.75 | 0.83 | 0.4 |
| Hex | BA | 11 | A7 | 0 | 5B | A | 1B | 133 | 53 | 28 |
| Octal | 272 | 21 | 247 | 0 | 133 | 12 | 33 | 463 | 123 | 50 |
| Binary | 10111010 | 10001 | 10100111 | 0 | 1011011 | 1010 | 11011 | 100110011 | 1010011 | 101000 |
Color Harmonies of #BA11A7
Complementary color
Monochromatic Colors of #BA11A7
Black with #BA11A7
Text Example
Text Example
White with #BA11A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11A7; }
p { color: rgb(186,17,167); }
H1.HeaderClassName
{
color: #BA11A7;
}
.AnyTagClassName
{
color: #BA11A7;
}
</style>
background-color css
<style>
a { background-color: #BA11A7; }
a { background-color: rgb(186,17,167); }
div.DivClassName
{
background-color: #BA11A7;
}
.BgClassName
{
background-color: #BA11A7;
}
</style>
border-color css
<style>
span { border-color: #BA11A7; }
span { border-color: rgb(186,17,167); }
td.TdClassName
{
border-color: #BA11A7;
}
.TagClassName
{
border-color: #BA11A7;
}
</style>