Shades of Medium Red Violet #BA2685
Tints of Medium Red Violet #BA2685
RGB
CMYK
RGB Variations
Color information
#BA2685 (or 0xBA2685) is known color: Medium Red Violet. HEX triplet: BA, 26 and 85. RGB value is (186,38,133). Sum of RGB (Red+Green+Blue) = 186+38+133=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2685 is #45D97A. Grayscale: #5C5C5C. Windows color (decimal): -4577659 or 8726202. OLE color: 8726202.
HSL color Cylindrical-coordinate representation of color #BA2685: hue angle of 321.49º 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 #BA2685 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 133 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.27 |
| HSL | 321.49º | 0.66% | 0.44% | - |
| HSV(B) | 321.49º | 0.8% | 0.73% | - |
| XYZ | 25.18 | 13.52 | 23.47 | - |
| YUV | 93.08 | 150.53 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 133 | 0 | 0.80 | 0.28 | 0.27 | 321.49 | 0.66 | 0.44 |
| Hex | BA | 26 | 85 | 0 | 50 | 1C | 1B | 141 | 42 | 2C |
| Octal | 272 | 46 | 205 | 0 | 120 | 34 | 33 | 501 | 102 | 54 |
| Binary | 10111010 | 100110 | 10000101 | 0 | 1010000 | 11100 | 11011 | 101000001 | 1000010 | 101100 |
Color Harmonies of #BA2685
Complementary color
Monochromatic Colors of #BA2685
Black with #BA2685
Text Example
Text Example
White with #BA2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2685; }
p { color: rgb(186,38,133); }
H1.HeaderClassName
{
color: #BA2685;
}
.AnyTagClassName
{
color: #BA2685;
}
</style>
background-color css
<style>
a { background-color: #BA2685; }
a { background-color: rgb(186,38,133); }
div.DivClassName
{
background-color: #BA2685;
}
.BgClassName
{
background-color: #BA2685;
}
</style>
border-color css
<style>
span { border-color: #BA2685; }
span { border-color: rgb(186,38,133); }
td.TdClassName
{
border-color: #BA2685;
}
.TagClassName
{
border-color: #BA2685;
}
</style>