Shades of Medium Red Violet #BA2378
Tints of Medium Red Violet #BA2378
RGB
CMYK
RGB Variations
Color information
#BA2378 (or 0xBA2378) is known color: Medium Red Violet. HEX triplet: BA, 23 and 78. RGB value is (186,35,120). Sum of RGB (Red+Green+Blue) = 186+35+120=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2378 is #45DC87. Grayscale: #595959. Windows color (decimal): -4578440 or 7873466. OLE color: 7873466.
HSL color Cylindrical-coordinate representation of color #BA2378: hue angle of 326.23º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2378 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 120 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.27 |
| HSL | 326.23º | 0.68% | 0.43% | - |
| HSV(B) | 326.23º | 0.81% | 0.73% | - |
| XYZ | 24.24 | 13 | 19 | - |
| YUV | 89.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 120 | 0 | 0.81 | 0.35 | 0.27 | 326.23 | 0.68 | 0.43 |
| Hex | BA | 23 | 78 | 0 | 51 | 23 | 1B | 146 | 44 | 2B |
| Octal | 272 | 43 | 170 | 0 | 121 | 43 | 33 | 506 | 104 | 53 |
| Binary | 10111010 | 100011 | 1111000 | 0 | 1010001 | 100011 | 11011 | 101000110 | 1000100 | 101011 |
Color Harmonies of #BA2378
Complementary color
Monochromatic Colors of #BA2378
Black with #BA2378
Text Example
Text Example
White with #BA2378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2378; }
p { color: rgb(186,35,120); }
H1.HeaderClassName
{
color: #BA2378;
}
.AnyTagClassName
{
color: #BA2378;
}
</style>
background-color css
<style>
a { background-color: #BA2378; }
a { background-color: rgb(186,35,120); }
div.DivClassName
{
background-color: #BA2378;
}
.BgClassName
{
background-color: #BA2378;
}
</style>
border-color css
<style>
span { border-color: #BA2378; }
span { border-color: rgb(186,35,120); }
td.TdClassName
{
border-color: #BA2378;
}
.TagClassName
{
border-color: #BA2378;
}
</style>