Shades of Medium Red Violet #BA26A0
Tints of Medium Red Violet #BA26A0
RGB
CMYK
RGB Variations
Color information
#BA26A0 (or 0xBA26A0) is known color: Medium Red Violet. HEX triplet: BA, 26 and A0. RGB value is (186,38,160). Sum of RGB (Red+Green+Blue) = 186+38+160=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA26A0 is #45D95F. Grayscale: #5F5F5F. Windows color (decimal): -4577632 or 10495674. OLE color: 10495674.
HSL color Cylindrical-coordinate representation of color #BA26A0: hue angle of 310.54º 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 #BA26A0 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 160 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.27 |
| HSL | 310.54º | 0.66% | 0.44% | - |
| HSV(B) | 310.54º | 0.8% | 0.73% | - |
| XYZ | 27.29 | 14.36 | 34.59 | - |
| YUV | 96.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 160 | 0 | 0.80 | 0.14 | 0.27 | 310.54 | 0.66 | 0.44 |
| Hex | BA | 26 | A0 | 0 | 50 | E | 1B | 137 | 42 | 2C |
| Octal | 272 | 46 | 240 | 0 | 120 | 16 | 33 | 467 | 102 | 54 |
| Binary | 10111010 | 100110 | 10100000 | 0 | 1010000 | 1110 | 11011 | 100110111 | 1000010 | 101100 |
Color Harmonies of #BA26A0
Complementary color
Monochromatic Colors of #BA26A0
Black with #BA26A0
Text Example
Text Example
White with #BA26A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26A0; }
p { color: rgb(186,38,160); }
H1.HeaderClassName
{
color: #BA26A0;
}
.AnyTagClassName
{
color: #BA26A0;
}
</style>
background-color css
<style>
a { background-color: #BA26A0; }
a { background-color: rgb(186,38,160); }
div.DivClassName
{
background-color: #BA26A0;
}
.BgClassName
{
background-color: #BA26A0;
}
</style>
border-color css
<style>
span { border-color: #BA26A0; }
span { border-color: rgb(186,38,160); }
td.TdClassName
{
border-color: #BA26A0;
}
.TagClassName
{
border-color: #BA26A0;
}
</style>