Shades of Medium Red Violet #BA2675
Tints of Medium Red Violet #BA2675
RGB
CMYK
RGB Variations
Color information
#BA2675 (or 0xBA2675) is known color: Medium Red Violet. HEX triplet: BA, 26 and 75. RGB value is (186,38,117). Sum of RGB (Red+Green+Blue) = 186+38+117=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2675 is #45D98A. Grayscale: #5B5B5B. Windows color (decimal): -4577675 or 7677626. OLE color: 7677626.
HSL color Cylindrical-coordinate representation of color #BA2675: hue angle of 327.97º 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 #BA2675 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 117 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.27 |
| HSL | 327.97º | 0.66% | 0.44% | - |
| HSV(B) | 327.97º | 0.8% | 0.73% | - |
| XYZ | 24.15 | 13.11 | 18.09 | - |
| YUV | 91.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 117 | 0 | 0.80 | 0.37 | 0.27 | 327.97 | 0.66 | 0.44 |
| Hex | BA | 26 | 75 | 0 | 50 | 25 | 1B | 148 | 42 | 2C |
| Octal | 272 | 46 | 165 | 0 | 120 | 45 | 33 | 510 | 102 | 54 |
| Binary | 10111010 | 100110 | 1110101 | 0 | 1010000 | 100101 | 11011 | 101001000 | 1000010 | 101100 |
Color Harmonies of #BA2675
Complementary color
Monochromatic Colors of #BA2675
Black with #BA2675
Text Example
Text Example
White with #BA2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2675; }
p { color: rgb(186,38,117); }
H1.HeaderClassName
{
color: #BA2675;
}
.AnyTagClassName
{
color: #BA2675;
}
</style>
background-color css
<style>
a { background-color: #BA2675; }
a { background-color: rgb(186,38,117); }
div.DivClassName
{
background-color: #BA2675;
}
.BgClassName
{
background-color: #BA2675;
}
</style>
border-color css
<style>
span { border-color: #BA2675; }
span { border-color: rgb(186,38,117); }
td.TdClassName
{
border-color: #BA2675;
}
.TagClassName
{
border-color: #BA2675;
}
</style>