Shades of Medium Red Violet #BA2782
Tints of Medium Red Violet #BA2782
RGB
CMYK
RGB Variations
Color information
#BA2782 (or 0xBA2782) is known color: Medium Red Violet. HEX triplet: BA, 27 and 82. RGB value is (186,39,130). Sum of RGB (Red+Green+Blue) = 186+39+130=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2782 is #45D87D. Grayscale: #5D5D5D. Windows color (decimal): -4577406 or 8529850. OLE color: 8529850.
HSL color Cylindrical-coordinate representation of color #BA2782: hue angle of 322.86º 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 #BA2782 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 130 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.27 |
| HSL | 322.86º | 0.65% | 0.44% | - |
| HSV(B) | 322.86º | 0.79% | 0.73% | - |
| XYZ | 25 | 13.5 | 22.41 | - |
| YUV | 93.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 130 | 0 | 0.79 | 0.30 | 0.27 | 322.86 | 0.65 | 0.44 |
| Hex | BA | 27 | 82 | 0 | 4F | 1E | 1B | 143 | 41 | 2C |
| Octal | 272 | 47 | 202 | 0 | 117 | 36 | 33 | 503 | 101 | 54 |
| Binary | 10111010 | 100111 | 10000010 | 0 | 1001111 | 11110 | 11011 | 101000011 | 1000001 | 101100 |
Color Harmonies of #BA2782
Complementary color
Monochromatic Colors of #BA2782
Black with #BA2782
Text Example
Text Example
White with #BA2782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2782; }
p { color: rgb(186,39,130); }
H1.HeaderClassName
{
color: #BA2782;
}
.AnyTagClassName
{
color: #BA2782;
}
</style>
background-color css
<style>
a { background-color: #BA2782; }
a { background-color: rgb(186,39,130); }
div.DivClassName
{
background-color: #BA2782;
}
.BgClassName
{
background-color: #BA2782;
}
</style>
border-color css
<style>
span { border-color: #BA2782; }
span { border-color: rgb(186,39,130); }
td.TdClassName
{
border-color: #BA2782;
}
.TagClassName
{
border-color: #BA2782;
}
</style>