Shades of Medium Red Violet #BA27AC
Tints of Medium Red Violet #BA27AC
RGB
CMYK
RGB Variations
Color information
#BA27AC (or 0xBA27AC) is known color: Medium Red Violet. HEX triplet: BA, 27 and AC. RGB value is (186,39,172). Sum of RGB (Red+Green+Blue) = 186+39+172=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27AC is #45D853. Grayscale: #616161. Windows color (decimal): -4577364 or 11282362. OLE color: 11282362.
HSL color Cylindrical-coordinate representation of color #BA27AC: hue angle of 305.71º 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 #BA27AC is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 172 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.27 |
| HSL | 305.71º | 0.65% | 0.44% | - |
| HSV(B) | 305.71º | 0.79% | 0.73% | - |
| XYZ | 28.42 | 14.87 | 40.4 | - |
| YUV | 98.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 172 | 0 | 0.79 | 0.08 | 0.27 | 305.71 | 0.65 | 0.44 |
| Hex | BA | 27 | AC | 0 | 4F | 8 | 1B | 132 | 41 | 2C |
| Octal | 272 | 47 | 254 | 0 | 117 | 10 | 33 | 462 | 101 | 54 |
| Binary | 10111010 | 100111 | 10101100 | 0 | 1001111 | 1000 | 11011 | 100110010 | 1000001 | 101100 |
Color Harmonies of #BA27AC
Complementary color
Monochromatic Colors of #BA27AC
Black with #BA27AC
Text Example
Text Example
White with #BA27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27AC; }
p { color: rgb(186,39,172); }
H1.HeaderClassName
{
color: #BA27AC;
}
.AnyTagClassName
{
color: #BA27AC;
}
</style>
background-color css
<style>
a { background-color: #BA27AC; }
a { background-color: rgb(186,39,172); }
div.DivClassName
{
background-color: #BA27AC;
}
.BgClassName
{
background-color: #BA27AC;
}
</style>
border-color css
<style>
span { border-color: #BA27AC; }
span { border-color: rgb(186,39,172); }
td.TdClassName
{
border-color: #BA27AC;
}
.TagClassName
{
border-color: #BA27AC;
}
</style>