Shades of Medium Red Violet #BA3282
Tints of Medium Red Violet #BA3282
RGB
CMYK
RGB Variations
Color information
#BA3282 (or 0xBA3282) is known color: Medium Red Violet. HEX triplet: BA, 32 and 82. RGB value is (186,50,130). Sum of RGB (Red+Green+Blue) = 186+50+130=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3282 is #45CD7D. Grayscale: #636363. Windows color (decimal): -4574590 or 8532666. OLE color: 8532666.
HSL color Cylindrical-coordinate representation of color #BA3282: hue angle of 324.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3282 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 130 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.27 |
| HSL | 324.71º | 0.58% | 0.46% | - |
| HSV(B) | 324.71º | 0.73% | 0.73% | - |
| XYZ | 25.42 | 14.33 | 22.55 | - |
| YUV | 99.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 130 | 0 | 0.73 | 0.30 | 0.27 | 324.71 | 0.58 | 0.46 |
| Hex | BA | 32 | 82 | 0 | 49 | 1E | 1B | 145 | 3A | 2E |
| Octal | 272 | 62 | 202 | 0 | 111 | 36 | 33 | 505 | 72 | 56 |
| Binary | 10111010 | 110010 | 10000010 | 0 | 1001001 | 11110 | 11011 | 101000101 | 111010 | 101110 |
Color Harmonies of #BA3282
Complementary color
Monochromatic Colors of #BA3282
Black with #BA3282
Text Example
Text Example
White with #BA3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3282; }
p { color: rgb(186,50,130); }
H1.HeaderClassName
{
color: #BA3282;
}
.AnyTagClassName
{
color: #BA3282;
}
</style>
background-color css
<style>
a { background-color: #BA3282; }
a { background-color: rgb(186,50,130); }
div.DivClassName
{
background-color: #BA3282;
}
.BgClassName
{
background-color: #BA3282;
}
</style>
border-color css
<style>
span { border-color: #BA3282; }
span { border-color: rgb(186,50,130); }
td.TdClassName
{
border-color: #BA3282;
}
.TagClassName
{
border-color: #BA3282;
}
</style>