Shades of Medium Orchid #BA51EC
Tints of Medium Orchid #BA51EC
RGB
CMYK
RGB Variations
Color information
#BA51EC (or 0xBA51EC) is known color: Medium Orchid. HEX triplet: BA, 51 and EC. RGB value is (186,81,236). Sum of RGB (Red+Green+Blue) = 186+81+236=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51EC is #45AE13. Grayscale: #818181. Windows color (decimal): -4566548 or 15487418. OLE color: 15487418.
HSL color Cylindrical-coordinate representation of color #BA51EC: hue angle of 280.65º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA51EC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 81 | 236 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.07 |
| HSL | 280.65º | 0.8% | 0.62% | - |
| HSV(B) | 280.65º | 0.66% | 0.93% | - |
| XYZ | 38.33 | 22.38 | 81.66 | - |
| YUV | 130.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 236 | 0.21 | 0.66 | 0 | 0.07 | 280.65 | 0.8 | 0.62 |
| Hex | BA | 51 | EC | 15 | 42 | 0 | 7 | 119 | 50 | 3E |
| Octal | 272 | 121 | 354 | 25 | 102 | 0 | 7 | 431 | 120 | 76 |
| Binary | 10111010 | 1010001 | 11101100 | 10101 | 1000010 | 0 | 111 | 100011001 | 1010000 | 111110 |
Color Harmonies of #BA51EC
Complementary color
Monochromatic Colors of #BA51EC
Black with #BA51EC
Text Example
Text Example
White with #BA51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51EC; }
p { color: rgb(186,81,236); }
H1.HeaderClassName
{
color: #BA51EC;
}
.AnyTagClassName
{
color: #BA51EC;
}
</style>
background-color css
<style>
a { background-color: #BA51EC; }
a { background-color: rgb(186,81,236); }
div.DivClassName
{
background-color: #BA51EC;
}
.BgClassName
{
background-color: #BA51EC;
}
</style>
border-color css
<style>
span { border-color: #BA51EC; }
span { border-color: rgb(186,81,236); }
td.TdClassName
{
border-color: #BA51EC;
}
.TagClassName
{
border-color: #BA51EC;
}
</style>