Shades of Medium Red Violet #BA2569
Tints of Medium Red Violet #BA2569
RGB
CMYK
RGB Variations
Color information
#BA2569 (or 0xBA2569) is known color: Medium Red Violet. HEX triplet: BA, 25 and 69. RGB value is (186,37,105). Sum of RGB (Red+Green+Blue) = 186+37+105=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2569 is #45DA96. Grayscale: #595959. Windows color (decimal): -4577943 or 6890938. OLE color: 6890938.
HSL color Cylindrical-coordinate representation of color #BA2569: hue angle of 332.62º degrees, saturation: 0.67, 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 #BA2569 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 105 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.27 |
| HSL | 332.62º | 0.67% | 0.44% | - |
| HSV(B) | 332.62º | 0.8% | 0.73% | - |
| XYZ | 23.46 | 12.78 | 14.6 | - |
| YUV | 89.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 105 | 0 | 0.80 | 0.44 | 0.27 | 332.62 | 0.67 | 0.44 |
| Hex | BA | 25 | 69 | 0 | 50 | 2C | 1B | 14D | 43 | 2C |
| Octal | 272 | 45 | 151 | 0 | 120 | 54 | 33 | 515 | 103 | 54 |
| Binary | 10111010 | 100101 | 1101001 | 0 | 1010000 | 101100 | 11011 | 101001101 | 1000011 | 101100 |
Color Harmonies of #BA2569
Complementary color
Monochromatic Colors of #BA2569
Black with #BA2569
Text Example
Text Example
White with #BA2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2569; }
p { color: rgb(186,37,105); }
H1.HeaderClassName
{
color: #BA2569;
}
.AnyTagClassName
{
color: #BA2569;
}
</style>
background-color css
<style>
a { background-color: #BA2569; }
a { background-color: rgb(186,37,105); }
div.DivClassName
{
background-color: #BA2569;
}
.BgClassName
{
background-color: #BA2569;
}
</style>
border-color css
<style>
span { border-color: #BA2569; }
span { border-color: rgb(186,37,105); }
td.TdClassName
{
border-color: #BA2569;
}
.TagClassName
{
border-color: #BA2569;
}
</style>