Shades of Medium Red Violet #BA2698
Tints of Medium Red Violet #BA2698
RGB
CMYK
RGB Variations
Color information
#BA2698 (or 0xBA2698) is known color: Medium Red Violet. HEX triplet: BA, 26 and 98. RGB value is (186,38,152). Sum of RGB (Red+Green+Blue) = 186+38+152=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2698 is #45D967. Grayscale: #5E5E5E. Windows color (decimal): -4577640 or 9971386. OLE color: 9971386.
HSL color Cylindrical-coordinate representation of color #BA2698: hue angle of 313.78º 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 #BA2698 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 152 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.27 |
| HSL | 313.78º | 0.66% | 0.44% | - |
| HSV(B) | 313.78º | 0.8% | 0.73% | - |
| XYZ | 26.61 | 14.09 | 31.02 | - |
| YUV | 95.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 152 | 0 | 0.80 | 0.18 | 0.27 | 313.78 | 0.66 | 0.44 |
| Hex | BA | 26 | 98 | 0 | 50 | 12 | 1B | 13A | 42 | 2C |
| Octal | 272 | 46 | 230 | 0 | 120 | 22 | 33 | 472 | 102 | 54 |
| Binary | 10111010 | 100110 | 10011000 | 0 | 1010000 | 10010 | 11011 | 100111010 | 1000010 | 101100 |
Color Harmonies of #BA2698
Complementary color
Monochromatic Colors of #BA2698
Black with #BA2698
Text Example
Text Example
White with #BA2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2698; }
p { color: rgb(186,38,152); }
H1.HeaderClassName
{
color: #BA2698;
}
.AnyTagClassName
{
color: #BA2698;
}
</style>
background-color css
<style>
a { background-color: #BA2698; }
a { background-color: rgb(186,38,152); }
div.DivClassName
{
background-color: #BA2698;
}
.BgClassName
{
background-color: #BA2698;
}
</style>
border-color css
<style>
span { border-color: #BA2698; }
span { border-color: rgb(186,38,152); }
td.TdClassName
{
border-color: #BA2698;
}
.TagClassName
{
border-color: #BA2698;
}
</style>