Shades of Medium Red Violet #BA27A7
Tints of Medium Red Violet #BA27A7
RGB
CMYK
RGB Variations
Color information
#BA27A7 (or 0xBA27A7) is known color: Medium Red Violet. HEX triplet: BA, 27 and A7. RGB value is (186,39,167). Sum of RGB (Red+Green+Blue) = 186+39+167=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27A7 is #45D858. Grayscale: #616161. Windows color (decimal): -4577369 or 10954682. OLE color: 10954682.
HSL color Cylindrical-coordinate representation of color #BA27A7: hue angle of 307.76º 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 #BA27A7 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 167 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.27 |
| HSL | 307.76º | 0.65% | 0.44% | - |
| HSV(B) | 307.76º | 0.79% | 0.73% | - |
| XYZ | 27.95 | 14.68 | 37.92 | - |
| YUV | 97.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 167 | 0 | 0.79 | 0.10 | 0.27 | 307.76 | 0.65 | 0.44 |
| Hex | BA | 27 | A7 | 0 | 4F | A | 1B | 134 | 41 | 2C |
| Octal | 272 | 47 | 247 | 0 | 117 | 12 | 33 | 464 | 101 | 54 |
| Binary | 10111010 | 100111 | 10100111 | 0 | 1001111 | 1010 | 11011 | 100110100 | 1000001 | 101100 |
Color Harmonies of #BA27A7
Complementary color
Monochromatic Colors of #BA27A7
Black with #BA27A7
Text Example
Text Example
White with #BA27A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27A7; }
p { color: rgb(186,39,167); }
H1.HeaderClassName
{
color: #BA27A7;
}
.AnyTagClassName
{
color: #BA27A7;
}
</style>
background-color css
<style>
a { background-color: #BA27A7; }
a { background-color: rgb(186,39,167); }
div.DivClassName
{
background-color: #BA27A7;
}
.BgClassName
{
background-color: #BA27A7;
}
</style>
border-color css
<style>
span { border-color: #BA27A7; }
span { border-color: rgb(186,39,167); }
td.TdClassName
{
border-color: #BA27A7;
}
.TagClassName
{
border-color: #BA27A7;
}
</style>