Shades of Medium Orchid #BA54EC
Tints of Medium Orchid #BA54EC
RGB
CMYK
RGB Variations
Color information
#BA54EC (or 0xBA54EC) is known color: Medium Orchid. HEX triplet: BA, 54 and EC. RGB value is (186,84,236). Sum of RGB (Red+Green+Blue) = 186+84+236=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA54EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54EC is #45AB13. Grayscale: #838383. Windows color (decimal): -4565780 or 15488186. OLE color: 15488186.
HSL color Cylindrical-coordinate representation of color #BA54EC: hue angle of 280.26º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA54EC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 84 | 236 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.07 |
| HSL | 280.26º | 0.8% | 0.63% | - |
| HSV(B) | 280.26º | 0.64% | 0.93% | - |
| XYZ | 38.56 | 22.84 | 81.73 | - |
| YUV | 131.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 236 | 0.21 | 0.64 | 0 | 0.07 | 280.26 | 0.8 | 0.63 |
| Hex | BA | 54 | EC | 15 | 40 | 0 | 7 | 118 | 50 | 3F |
| Octal | 272 | 124 | 354 | 25 | 100 | 0 | 7 | 430 | 120 | 77 |
| Binary | 10111010 | 1010100 | 11101100 | 10101 | 1000000 | 0 | 111 | 100011000 | 1010000 | 111111 |
Color Harmonies of #BA54EC
Complementary color
Monochromatic Colors of #BA54EC
Black with #BA54EC
Text Example
Text Example
White with #BA54EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54EC; }
p { color: rgb(186,84,236); }
H1.HeaderClassName
{
color: #BA54EC;
}
.AnyTagClassName
{
color: #BA54EC;
}
</style>
background-color css
<style>
a { background-color: #BA54EC; }
a { background-color: rgb(186,84,236); }
div.DivClassName
{
background-color: #BA54EC;
}
.BgClassName
{
background-color: #BA54EC;
}
</style>
border-color css
<style>
span { border-color: #BA54EC; }
span { border-color: rgb(186,84,236); }
td.TdClassName
{
border-color: #BA54EC;
}
.TagClassName
{
border-color: #BA54EC;
}
</style>