Shades of Medium Red Violet #BA2684
Tints of Medium Red Violet #BA2684
RGB
CMYK
RGB Variations
Color information
#BA2684 (or 0xBA2684) is known color: Medium Red Violet. HEX triplet: BA, 26 and 84. RGB value is (186,38,132). Sum of RGB (Red+Green+Blue) = 186+38+132=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2684 is #45D97B. Grayscale: #5C5C5C. Windows color (decimal): -4577660 or 8660666. OLE color: 8660666.
HSL color Cylindrical-coordinate representation of color #BA2684: hue angle of 321.89º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2684 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 132 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.27 |
| HSL | 321.89º | 0.66% | 0.44% | - |
| HSV(B) | 321.89º | 0.8% | 0.73% | - |
| XYZ | 25.11 | 13.49 | 23.11 | - |
| YUV | 92.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 132 | 0 | 0.80 | 0.29 | 0.27 | 321.89 | 0.66 | 0.44 |
| Hex | BA | 26 | 84 | 0 | 50 | 1D | 1B | 142 | 42 | 2C |
| Octal | 272 | 46 | 204 | 0 | 120 | 35 | 33 | 502 | 102 | 54 |
| Binary | 10111010 | 100110 | 10000100 | 0 | 1010000 | 11101 | 11011 | 101000010 | 1000010 | 101100 |
Color Harmonies of #BA2684
Complementary color
Monochromatic Colors of #BA2684
Black with #BA2684
Text Example
Text Example
White with #BA2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2684; }
p { color: rgb(186,38,132); }
H1.HeaderClassName
{
color: #BA2684;
}
.AnyTagClassName
{
color: #BA2684;
}
</style>
background-color css
<style>
a { background-color: #BA2684; }
a { background-color: rgb(186,38,132); }
div.DivClassName
{
background-color: #BA2684;
}
.BgClassName
{
background-color: #BA2684;
}
</style>
border-color css
<style>
span { border-color: #BA2684; }
span { border-color: rgb(186,38,132); }
td.TdClassName
{
border-color: #BA2684;
}
.TagClassName
{
border-color: #BA2684;
}
</style>