Shades of Medium Red Violet #BA2775
Tints of Medium Red Violet #BA2775
RGB
CMYK
RGB Variations
Color information
#BA2775 (or 0xBA2775) is known color: Medium Red Violet. HEX triplet: BA, 27 and 75. RGB value is (186,39,117). Sum of RGB (Red+Green+Blue) = 186+39+117=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2775 is #45D88A. Grayscale: #5B5B5B. Windows color (decimal): -4577419 or 7677882. OLE color: 7677882.
HSL color Cylindrical-coordinate representation of color #BA2775: hue angle of 328.16º 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 #BA2775 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 117 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.27 |
| HSL | 328.16º | 0.65% | 0.44% | - |
| HSV(B) | 328.16º | 0.79% | 0.73% | - |
| XYZ | 24.19 | 13.17 | 18.1 | - |
| YUV | 91.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 117 | 0 | 0.79 | 0.37 | 0.27 | 328.16 | 0.65 | 0.44 |
| Hex | BA | 27 | 75 | 0 | 4F | 25 | 1B | 148 | 41 | 2C |
| Octal | 272 | 47 | 165 | 0 | 117 | 45 | 33 | 510 | 101 | 54 |
| Binary | 10111010 | 100111 | 1110101 | 0 | 1001111 | 100101 | 11011 | 101001000 | 1000001 | 101100 |
Color Harmonies of #BA2775
Complementary color
Monochromatic Colors of #BA2775
Black with #BA2775
Text Example
Text Example
White with #BA2775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2775; }
p { color: rgb(186,39,117); }
H1.HeaderClassName
{
color: #BA2775;
}
.AnyTagClassName
{
color: #BA2775;
}
</style>
background-color css
<style>
a { background-color: #BA2775; }
a { background-color: rgb(186,39,117); }
div.DivClassName
{
background-color: #BA2775;
}
.BgClassName
{
background-color: #BA2775;
}
</style>
border-color css
<style>
span { border-color: #BA2775; }
span { border-color: rgb(186,39,117); }
td.TdClassName
{
border-color: #BA2775;
}
.TagClassName
{
border-color: #BA2775;
}
</style>