Shades of Medium Red Violet #BA2692
Tints of Medium Red Violet #BA2692
RGB
CMYK
RGB Variations
Color information
#BA2692 (or 0xBA2692) is known color: Medium Red Violet. HEX triplet: BA, 26 and 92. RGB value is (186,38,146). Sum of RGB (Red+Green+Blue) = 186+38+146=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2692 is #45D96D. Grayscale: #5E5E5E. Windows color (decimal): -4577646 or 9578170. OLE color: 9578170.
HSL color Cylindrical-coordinate representation of color #BA2692: hue angle of 316.22º 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 #BA2692 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 146 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.27 |
| HSL | 316.22º | 0.66% | 0.44% | - |
| HSV(B) | 316.22º | 0.8% | 0.73% | - |
| XYZ | 26.13 | 13.9 | 28.5 | - |
| YUV | 94.56 | 157.03 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 146 | 0 | 0.80 | 0.22 | 0.27 | 316.22 | 0.66 | 0.44 |
| Hex | BA | 26 | 92 | 0 | 50 | 16 | 1B | 13C | 42 | 2C |
| Octal | 272 | 46 | 222 | 0 | 120 | 26 | 33 | 474 | 102 | 54 |
| Binary | 10111010 | 100110 | 10010010 | 0 | 1010000 | 10110 | 11011 | 100111100 | 1000010 | 101100 |
Color Harmonies of #BA2692
Complementary color
Monochromatic Colors of #BA2692
Black with #BA2692
Text Example
Text Example
White with #BA2692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2692; }
p { color: rgb(186,38,146); }
H1.HeaderClassName
{
color: #BA2692;
}
.AnyTagClassName
{
color: #BA2692;
}
</style>
background-color css
<style>
a { background-color: #BA2692; }
a { background-color: rgb(186,38,146); }
div.DivClassName
{
background-color: #BA2692;
}
.BgClassName
{
background-color: #BA2692;
}
</style>
border-color css
<style>
span { border-color: #BA2692; }
span { border-color: rgb(186,38,146); }
td.TdClassName
{
border-color: #BA2692;
}
.TagClassName
{
border-color: #BA2692;
}
</style>