Shades of Medium Red Violet #BA27A6
Tints of Medium Red Violet #BA27A6
RGB
CMYK
RGB Variations
Color information
#BA27A6 (or 0xBA27A6) is known color: Medium Red Violet. HEX triplet: BA, 27 and A6. RGB value is (186,39,166). Sum of RGB (Red+Green+Blue) = 186+39+166=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27A6 is #45D859. Grayscale: #616161. Windows color (decimal): -4577370 or 10889146. OLE color: 10889146.
HSL color Cylindrical-coordinate representation of color #BA27A6: hue angle of 308.16º 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 #BA27A6 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 166 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.27 |
| HSL | 308.16º | 0.65% | 0.44% | - |
| HSV(B) | 308.16º | 0.79% | 0.73% | - |
| XYZ | 27.86 | 14.64 | 37.43 | - |
| YUV | 97.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 166 | 0 | 0.79 | 0.11 | 0.27 | 308.16 | 0.65 | 0.44 |
| Hex | BA | 27 | A6 | 0 | 4F | B | 1B | 134 | 41 | 2C |
| Octal | 272 | 47 | 246 | 0 | 117 | 13 | 33 | 464 | 101 | 54 |
| Binary | 10111010 | 100111 | 10100110 | 0 | 1001111 | 1011 | 11011 | 100110100 | 1000001 | 101100 |
Color Harmonies of #BA27A6
Complementary color
Monochromatic Colors of #BA27A6
Black with #BA27A6
Text Example
Text Example
White with #BA27A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27A6; }
p { color: rgb(186,39,166); }
H1.HeaderClassName
{
color: #BA27A6;
}
.AnyTagClassName
{
color: #BA27A6;
}
</style>
background-color css
<style>
a { background-color: #BA27A6; }
a { background-color: rgb(186,39,166); }
div.DivClassName
{
background-color: #BA27A6;
}
.BgClassName
{
background-color: #BA27A6;
}
</style>
border-color css
<style>
span { border-color: #BA27A6; }
span { border-color: rgb(186,39,166); }
td.TdClassName
{
border-color: #BA27A6;
}
.TagClassName
{
border-color: #BA27A6;
}
</style>