Shades of Medium Red Violet #BA2382
Tints of Medium Red Violet #BA2382
RGB
CMYK
RGB Variations
Color information
#BA2382 (or 0xBA2382) is known color: Medium Red Violet. HEX triplet: BA, 23 and 82. RGB value is (186,35,130). Sum of RGB (Red+Green+Blue) = 186+35+130=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2382 is #45DC7D. Grayscale: #5A5A5A. Windows color (decimal): -4578430 or 8528826. OLE color: 8528826.
HSL color Cylindrical-coordinate representation of color #BA2382: hue angle of 322.25º 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 #BA2382 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 130 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.27 |
| HSL | 322.25º | 0.68% | 0.43% | - |
| HSV(B) | 322.25º | 0.81% | 0.73% | - |
| XYZ | 24.88 | 13.25 | 22.37 | - |
| YUV | 90.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 130 | 0 | 0.81 | 0.30 | 0.27 | 322.25 | 0.68 | 0.43 |
| Hex | BA | 23 | 82 | 0 | 51 | 1E | 1B | 142 | 44 | 2B |
| Octal | 272 | 43 | 202 | 0 | 121 | 36 | 33 | 502 | 104 | 53 |
| Binary | 10111010 | 100011 | 10000010 | 0 | 1010001 | 11110 | 11011 | 101000010 | 1000100 | 101011 |
Color Harmonies of #BA2382
Complementary color
Monochromatic Colors of #BA2382
Black with #BA2382
Text Example
Text Example
White with #BA2382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2382; }
p { color: rgb(186,35,130); }
H1.HeaderClassName
{
color: #BA2382;
}
.AnyTagClassName
{
color: #BA2382;
}
</style>
background-color css
<style>
a { background-color: #BA2382; }
a { background-color: rgb(186,35,130); }
div.DivClassName
{
background-color: #BA2382;
}
.BgClassName
{
background-color: #BA2382;
}
</style>
border-color css
<style>
span { border-color: #BA2382; }
span { border-color: rgb(186,35,130); }
td.TdClassName
{
border-color: #BA2382;
}
.TagClassName
{
border-color: #BA2382;
}
</style>