Shades of Medium Red Violet #BA27AB
Tints of Medium Red Violet #BA27AB
RGB
CMYK
RGB Variations
Color information
#BA27AB (or 0xBA27AB) is known color: Medium Red Violet. HEX triplet: BA, 27 and AB. RGB value is (186,39,171). Sum of RGB (Red+Green+Blue) = 186+39+171=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27AB is #45D854. Grayscale: #616161. Windows color (decimal): -4577365 or 11216826. OLE color: 11216826.
HSL color Cylindrical-coordinate representation of color #BA27AB: hue angle of 306.12º 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 #BA27AB is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 171 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.27 |
| HSL | 306.12º | 0.65% | 0.44% | - |
| HSV(B) | 306.12º | 0.79% | 0.73% | - |
| XYZ | 28.33 | 14.83 | 39.9 | - |
| YUV | 98 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 171 | 0 | 0.79 | 0.08 | 0.27 | 306.12 | 0.65 | 0.44 |
| Hex | BA | 27 | AB | 0 | 4F | 8 | 1B | 132 | 41 | 2C |
| Octal | 272 | 47 | 253 | 0 | 117 | 10 | 33 | 462 | 101 | 54 |
| Binary | 10111010 | 100111 | 10101011 | 0 | 1001111 | 1000 | 11011 | 100110010 | 1000001 | 101100 |
Color Harmonies of #BA27AB
Complementary color
Monochromatic Colors of #BA27AB
Black with #BA27AB
Text Example
Text Example
White with #BA27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27AB; }
p { color: rgb(186,39,171); }
H1.HeaderClassName
{
color: #BA27AB;
}
.AnyTagClassName
{
color: #BA27AB;
}
</style>
background-color css
<style>
a { background-color: #BA27AB; }
a { background-color: rgb(186,39,171); }
div.DivClassName
{
background-color: #BA27AB;
}
.BgClassName
{
background-color: #BA27AB;
}
</style>
border-color css
<style>
span { border-color: #BA27AB; }
span { border-color: rgb(186,39,171); }
td.TdClassName
{
border-color: #BA27AB;
}
.TagClassName
{
border-color: #BA27AB;
}
</style>