Shades of Medium Red Violet #BA3482
Tints of Medium Red Violet #BA3482
RGB
CMYK
RGB Variations
Color information
#BA3482 (or 0xBA3482) is known color: Medium Red Violet. HEX triplet: BA, 34 and 82. RGB value is (186,52,130). Sum of RGB (Red+Green+Blue) = 186+52+130=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3482 is #45CB7D. Grayscale: #646464. Windows color (decimal): -4574078 or 8533178. OLE color: 8533178.
HSL color Cylindrical-coordinate representation of color #BA3482: hue angle of 325.07º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3482 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 130 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.27 |
| HSL | 325.07º | 0.56% | 0.47% | - |
| HSV(B) | 325.07º | 0.72% | 0.73% | - |
| XYZ | 25.51 | 14.51 | 22.57 | - |
| YUV | 100.96 | 144.39 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 130 | 0 | 0.72 | 0.30 | 0.27 | 325.07 | 0.56 | 0.47 |
| Hex | BA | 34 | 82 | 0 | 48 | 1E | 1B | 145 | 38 | 2F |
| Octal | 272 | 64 | 202 | 0 | 110 | 36 | 33 | 505 | 70 | 57 |
| Binary | 10111010 | 110100 | 10000010 | 0 | 1001000 | 11110 | 11011 | 101000101 | 111000 | 101111 |
Color Harmonies of #BA3482
Complementary color
Monochromatic Colors of #BA3482
Black with #BA3482
Text Example
Text Example
White with #BA3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3482; }
p { color: rgb(186,52,130); }
H1.HeaderClassName
{
color: #BA3482;
}
.AnyTagClassName
{
color: #BA3482;
}
</style>
background-color css
<style>
a { background-color: #BA3482; }
a { background-color: rgb(186,52,130); }
div.DivClassName
{
background-color: #BA3482;
}
.BgClassName
{
background-color: #BA3482;
}
</style>
border-color css
<style>
span { border-color: #BA3482; }
span { border-color: rgb(186,52,130); }
td.TdClassName
{
border-color: #BA3482;
}
.TagClassName
{
border-color: #BA3482;
}
</style>