Shades of Medium Red Violet #BA27A1
Tints of Medium Red Violet #BA27A1
RGB
CMYK
RGB Variations
Color information
#BA27A1 (or 0xBA27A1) is known color: Medium Red Violet. HEX triplet: BA, 27 and A1. RGB value is (186,39,161). Sum of RGB (Red+Green+Blue) = 186+39+161=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27A1 is #45D85E. Grayscale: #606060. Windows color (decimal): -4577375 or 10561466. OLE color: 10561466.
HSL color Cylindrical-coordinate representation of color #BA27A1: hue angle of 310.2º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA27A1 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 161 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.27 |
| HSL | 310.2º | 0.65% | 0.44% | - |
| HSV(B) | 310.2º | 0.79% | 0.73% | - |
| XYZ | 27.41 | 14.46 | 35.07 | - |
| YUV | 96.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 161 | 0 | 0.79 | 0.13 | 0.27 | 310.2 | 0.65 | 0.44 |
| Hex | BA | 27 | A1 | 0 | 4F | D | 1B | 136 | 41 | 2C |
| Octal | 272 | 47 | 241 | 0 | 117 | 15 | 33 | 466 | 101 | 54 |
| Binary | 10111010 | 100111 | 10100001 | 0 | 1001111 | 1101 | 11011 | 100110110 | 1000001 | 101100 |
Color Harmonies of #BA27A1
Complementary color
Monochromatic Colors of #BA27A1
Black with #BA27A1
Text Example
Text Example
White with #BA27A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27A1; }
p { color: rgb(186,39,161); }
H1.HeaderClassName
{
color: #BA27A1;
}
.AnyTagClassName
{
color: #BA27A1;
}
</style>
background-color css
<style>
a { background-color: #BA27A1; }
a { background-color: rgb(186,39,161); }
div.DivClassName
{
background-color: #BA27A1;
}
.BgClassName
{
background-color: #BA27A1;
}
</style>
border-color css
<style>
span { border-color: #BA27A1; }
span { border-color: rgb(186,39,161); }
td.TdClassName
{
border-color: #BA27A1;
}
.TagClassName
{
border-color: #BA27A1;
}
</style>