Shades of Medium Red Violet #BA279A
Tints of Medium Red Violet #BA279A
RGB
CMYK
RGB Variations
Color information
#BA279A (or 0xBA279A) is known color: Medium Red Violet. HEX triplet: BA, 27 and 9A. RGB value is (186,39,154). Sum of RGB (Red+Green+Blue) = 186+39+154=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA279A is #45D865. Grayscale: #5F5F5F. Windows color (decimal): -4577382 or 10102714. OLE color: 10102714.
HSL color Cylindrical-coordinate representation of color #BA279A: hue angle of 313.06º 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 #BA279A is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 154 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.27 |
| HSL | 313.06º | 0.65% | 0.44% | - |
| HSV(B) | 313.06º | 0.79% | 0.73% | - |
| XYZ | 26.81 | 14.22 | 31.9 | - |
| YUV | 96.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 154 | 0 | 0.79 | 0.17 | 0.27 | 313.06 | 0.65 | 0.44 |
| Hex | BA | 27 | 9A | 0 | 4F | 11 | 1B | 139 | 41 | 2C |
| Octal | 272 | 47 | 232 | 0 | 117 | 21 | 33 | 471 | 101 | 54 |
| Binary | 10111010 | 100111 | 10011010 | 0 | 1001111 | 10001 | 11011 | 100111001 | 1000001 | 101100 |
Color Harmonies of #BA279A
Complementary color
Monochromatic Colors of #BA279A
Black with #BA279A
Text Example
Text Example
White with #BA279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA279A; }
p { color: rgb(186,39,154); }
H1.HeaderClassName
{
color: #BA279A;
}
.AnyTagClassName
{
color: #BA279A;
}
</style>
background-color css
<style>
a { background-color: #BA279A; }
a { background-color: rgb(186,39,154); }
div.DivClassName
{
background-color: #BA279A;
}
.BgClassName
{
background-color: #BA279A;
}
</style>
border-color css
<style>
span { border-color: #BA279A; }
span { border-color: rgb(186,39,154); }
td.TdClassName
{
border-color: #BA279A;
}
.TagClassName
{
border-color: #BA279A;
}
</style>