Shades of Medium Red Violet #BA2778
Tints of Medium Red Violet #BA2778
RGB
CMYK
RGB Variations
Color information
#BA2778 (or 0xBA2778) is known color: Medium Red Violet. HEX triplet: BA, 27 and 78. RGB value is (186,39,120). Sum of RGB (Red+Green+Blue) = 186+39+120=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2778 is #45D887. Grayscale: #5C5C5C. Windows color (decimal): -4577416 or 7874490. OLE color: 7874490.
HSL color Cylindrical-coordinate representation of color #BA2778: hue angle of 326.94º 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 #BA2778 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 120 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.27 |
| HSL | 326.94º | 0.65% | 0.44% | - |
| HSV(B) | 326.94º | 0.79% | 0.73% | - |
| XYZ | 24.37 | 13.25 | 19.04 | - |
| YUV | 92.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 120 | 0 | 0.79 | 0.35 | 0.27 | 326.94 | 0.65 | 0.44 |
| Hex | BA | 27 | 78 | 0 | 4F | 23 | 1B | 147 | 41 | 2C |
| Octal | 272 | 47 | 170 | 0 | 117 | 43 | 33 | 507 | 101 | 54 |
| Binary | 10111010 | 100111 | 1111000 | 0 | 1001111 | 100011 | 11011 | 101000111 | 1000001 | 101100 |
Color Harmonies of #BA2778
Complementary color
Monochromatic Colors of #BA2778
Black with #BA2778
Text Example
Text Example
White with #BA2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2778; }
p { color: rgb(186,39,120); }
H1.HeaderClassName
{
color: #BA2778;
}
.AnyTagClassName
{
color: #BA2778;
}
</style>
background-color css
<style>
a { background-color: #BA2778; }
a { background-color: rgb(186,39,120); }
div.DivClassName
{
background-color: #BA2778;
}
.BgClassName
{
background-color: #BA2778;
}
</style>
border-color css
<style>
span { border-color: #BA2778; }
span { border-color: rgb(186,39,120); }
td.TdClassName
{
border-color: #BA2778;
}
.TagClassName
{
border-color: #BA2778;
}
</style>