Shades of Medium Red Violet #BA2693
Tints of Medium Red Violet #BA2693
RGB
CMYK
RGB Variations
Color information
#BA2693 (or 0xBA2693) is known color: Medium Red Violet. HEX triplet: BA, 26 and 93. RGB value is (186,38,147). Sum of RGB (Red+Green+Blue) = 186+38+147=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2693 is #45D96C. Grayscale: #5E5E5E. Windows color (decimal): -4577645 or 9643706. OLE color: 9643706.
HSL color Cylindrical-coordinate representation of color #BA2693: hue angle of 315.81º 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 #BA2693 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 147 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.27 |
| HSL | 315.81º | 0.66% | 0.44% | - |
| HSV(B) | 315.81º | 0.8% | 0.73% | - |
| XYZ | 26.21 | 13.93 | 28.91 | - |
| YUV | 94.68 | 157.53 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 147 | 0 | 0.80 | 0.21 | 0.27 | 315.81 | 0.66 | 0.44 |
| Hex | BA | 26 | 93 | 0 | 50 | 15 | 1B | 13C | 42 | 2C |
| Octal | 272 | 46 | 223 | 0 | 120 | 25 | 33 | 474 | 102 | 54 |
| Binary | 10111010 | 100110 | 10010011 | 0 | 1010000 | 10101 | 11011 | 100111100 | 1000010 | 101100 |
Color Harmonies of #BA2693
Complementary color
Monochromatic Colors of #BA2693
Black with #BA2693
Text Example
Text Example
White with #BA2693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2693; }
p { color: rgb(186,38,147); }
H1.HeaderClassName
{
color: #BA2693;
}
.AnyTagClassName
{
color: #BA2693;
}
</style>
background-color css
<style>
a { background-color: #BA2693; }
a { background-color: rgb(186,38,147); }
div.DivClassName
{
background-color: #BA2693;
}
.BgClassName
{
background-color: #BA2693;
}
</style>
border-color css
<style>
span { border-color: #BA2693; }
span { border-color: rgb(186,38,147); }
td.TdClassName
{
border-color: #BA2693;
}
.TagClassName
{
border-color: #BA2693;
}
</style>