Shades of Medium Red Violet #BA2774
Tints of Medium Red Violet #BA2774
RGB
CMYK
RGB Variations
Color information
#BA2774 (or 0xBA2774) is known color: Medium Red Violet. HEX triplet: BA, 27 and 74. RGB value is (186,39,116). Sum of RGB (Red+Green+Blue) = 186+39+116=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2774 is #45D88B. Grayscale: #5B5B5B. Windows color (decimal): -4577420 or 7612346. OLE color: 7612346.
HSL color Cylindrical-coordinate representation of color #BA2774: hue angle of 328.57º 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 #BA2774 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 116 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.27 |
| HSL | 328.57º | 0.65% | 0.44% | - |
| HSV(B) | 328.57º | 0.79% | 0.73% | - |
| XYZ | 24.13 | 13.15 | 17.79 | - |
| YUV | 91.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 116 | 0 | 0.79 | 0.38 | 0.27 | 328.57 | 0.65 | 0.44 |
| Hex | BA | 27 | 74 | 0 | 4F | 26 | 1B | 149 | 41 | 2C |
| Octal | 272 | 47 | 164 | 0 | 117 | 46 | 33 | 511 | 101 | 54 |
| Binary | 10111010 | 100111 | 1110100 | 0 | 1001111 | 100110 | 11011 | 101001001 | 1000001 | 101100 |
Color Harmonies of #BA2774
Complementary color
Monochromatic Colors of #BA2774
Black with #BA2774
Text Example
Text Example
White with #BA2774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2774; }
p { color: rgb(186,39,116); }
H1.HeaderClassName
{
color: #BA2774;
}
.AnyTagClassName
{
color: #BA2774;
}
</style>
background-color css
<style>
a { background-color: #BA2774; }
a { background-color: rgb(186,39,116); }
div.DivClassName
{
background-color: #BA2774;
}
.BgClassName
{
background-color: #BA2774;
}
</style>
border-color css
<style>
span { border-color: #BA2774; }
span { border-color: rgb(186,39,116); }
td.TdClassName
{
border-color: #BA2774;
}
.TagClassName
{
border-color: #BA2774;
}
</style>