Shades of Medium Red Violet #BA27A4
Tints of Medium Red Violet #BA27A4
RGB
CMYK
RGB Variations
Color information
#BA27A4 (or 0xBA27A4) is known color: Medium Red Violet. HEX triplet: BA, 27 and A4. RGB value is (186,39,164). Sum of RGB (Red+Green+Blue) = 186+39+164=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27A4 is #45D85B. Grayscale: #606060. Windows color (decimal): -4577372 or 10758074. OLE color: 10758074.
HSL color Cylindrical-coordinate representation of color #BA27A4: hue angle of 308.98º 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 #BA27A4 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 164 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.27 |
| HSL | 308.98º | 0.65% | 0.44% | - |
| HSV(B) | 308.98º | 0.79% | 0.73% | - |
| XYZ | 27.68 | 14.57 | 36.48 | - |
| YUV | 97.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 164 | 0 | 0.79 | 0.12 | 0.27 | 308.98 | 0.65 | 0.44 |
| Hex | BA | 27 | A4 | 0 | 4F | C | 1B | 135 | 41 | 2C |
| Octal | 272 | 47 | 244 | 0 | 117 | 14 | 33 | 465 | 101 | 54 |
| Binary | 10111010 | 100111 | 10100100 | 0 | 1001111 | 1100 | 11011 | 100110101 | 1000001 | 101100 |
Color Harmonies of #BA27A4
Complementary color
Monochromatic Colors of #BA27A4
Black with #BA27A4
Text Example
Text Example
White with #BA27A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27A4; }
p { color: rgb(186,39,164); }
H1.HeaderClassName
{
color: #BA27A4;
}
.AnyTagClassName
{
color: #BA27A4;
}
</style>
background-color css
<style>
a { background-color: #BA27A4; }
a { background-color: rgb(186,39,164); }
div.DivClassName
{
background-color: #BA27A4;
}
.BgClassName
{
background-color: #BA27A4;
}
</style>
border-color css
<style>
span { border-color: #BA27A4; }
span { border-color: rgb(186,39,164); }
td.TdClassName
{
border-color: #BA27A4;
}
.TagClassName
{
border-color: #BA27A4;
}
</style>