Shades of Medium Red Violet #BA279D
Tints of Medium Red Violet #BA279D
RGB
CMYK
RGB Variations
Color information
#BA279D (or 0xBA279D) is known color: Medium Red Violet. HEX triplet: BA, 27 and 9D. RGB value is (186,39,157). Sum of RGB (Red+Green+Blue) = 186+39+157=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA279D is #45D862. Grayscale: #606060. Windows color (decimal): -4577379 or 10299322. OLE color: 10299322.
HSL color Cylindrical-coordinate representation of color #BA279D: hue angle of 311.84º 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 #BA279D is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 157 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.27 |
| HSL | 311.84º | 0.65% | 0.44% | - |
| HSV(B) | 311.84º | 0.79% | 0.73% | - |
| XYZ | 27.06 | 14.32 | 33.24 | - |
| YUV | 96.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 157 | 0 | 0.79 | 0.16 | 0.27 | 311.84 | 0.65 | 0.44 |
| Hex | BA | 27 | 9D | 0 | 4F | 10 | 1B | 138 | 41 | 2C |
| Octal | 272 | 47 | 235 | 0 | 117 | 20 | 33 | 470 | 101 | 54 |
| Binary | 10111010 | 100111 | 10011101 | 0 | 1001111 | 10000 | 11011 | 100111000 | 1000001 | 101100 |
Color Harmonies of #BA279D
Complementary color
Monochromatic Colors of #BA279D
Black with #BA279D
Text Example
Text Example
White with #BA279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA279D; }
p { color: rgb(186,39,157); }
H1.HeaderClassName
{
color: #BA279D;
}
.AnyTagClassName
{
color: #BA279D;
}
</style>
background-color css
<style>
a { background-color: #BA279D; }
a { background-color: rgb(186,39,157); }
div.DivClassName
{
background-color: #BA279D;
}
.BgClassName
{
background-color: #BA279D;
}
</style>
border-color css
<style>
span { border-color: #BA279D; }
span { border-color: rgb(186,39,157); }
td.TdClassName
{
border-color: #BA279D;
}
.TagClassName
{
border-color: #BA279D;
}
</style>