Shades of Medium Orchid #BA51E9
Tints of Medium Orchid #BA51E9
RGB
CMYK
RGB Variations
Color information
#BA51E9 (or 0xBA51E9) is known color: Medium Orchid. HEX triplet: BA, 51 and E9. RGB value is (186,81,233). Sum of RGB (Red+Green+Blue) = 186+81+233=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA51E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51E9 is #45AE16. Grayscale: #818181. Windows color (decimal): -4566551 or 15290810. OLE color: 15290810.
HSL color Cylindrical-coordinate representation of color #BA51E9: hue angle of 281.45º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA51E9 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 81 | 233 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.09 |
| HSL | 281.45º | 0.78% | 0.62% | - |
| HSV(B) | 281.45º | 0.65% | 0.91% | - |
| XYZ | 37.9 | 22.21 | 79.38 | - |
| YUV | 129.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 233 | 0.20 | 0.65 | 0 | 0.09 | 281.45 | 0.78 | 0.62 |
| Hex | BA | 51 | E9 | 14 | 41 | 0 | 9 | 119 | 4E | 3E |
| Octal | 272 | 121 | 351 | 24 | 101 | 0 | 11 | 431 | 116 | 76 |
| Binary | 10111010 | 1010001 | 11101001 | 10100 | 1000001 | 0 | 1001 | 100011001 | 1001110 | 111110 |
Color Harmonies of #BA51E9
Complementary color
Monochromatic Colors of #BA51E9
Black with #BA51E9
Text Example
Text Example
White with #BA51E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51E9; }
p { color: rgb(186,81,233); }
H1.HeaderClassName
{
color: #BA51E9;
}
.AnyTagClassName
{
color: #BA51E9;
}
</style>
background-color css
<style>
a { background-color: #BA51E9; }
a { background-color: rgb(186,81,233); }
div.DivClassName
{
background-color: #BA51E9;
}
.BgClassName
{
background-color: #BA51E9;
}
</style>
border-color css
<style>
span { border-color: #BA51E9; }
span { border-color: rgb(186,81,233); }
td.TdClassName
{
border-color: #BA51E9;
}
.TagClassName
{
border-color: #BA51E9;
}
</style>