Shades of Medium Orchid #BA53EC
Tints of Medium Orchid #BA53EC
RGB
CMYK
RGB Variations
Color information
#BA53EC (or 0xBA53EC) is known color: Medium Orchid. HEX triplet: BA, 53 and EC. RGB value is (186,83,236). Sum of RGB (Red+Green+Blue) = 186+83+236=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53EC is #45AC13. Grayscale: #828282. Windows color (decimal): -4566036 or 15487930. OLE color: 15487930.
HSL color Cylindrical-coordinate representation of color #BA53EC: hue angle of 280.39º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA53EC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 83 | 236 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.07 |
| HSL | 280.39º | 0.8% | 0.63% | - |
| HSV(B) | 280.39º | 0.65% | 0.93% | - |
| XYZ | 38.48 | 22.68 | 81.71 | - |
| YUV | 131.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 236 | 0.21 | 0.65 | 0 | 0.07 | 280.39 | 0.8 | 0.63 |
| Hex | BA | 53 | EC | 15 | 41 | 0 | 7 | 118 | 50 | 3F |
| Octal | 272 | 123 | 354 | 25 | 101 | 0 | 7 | 430 | 120 | 77 |
| Binary | 10111010 | 1010011 | 11101100 | 10101 | 1000001 | 0 | 111 | 100011000 | 1010000 | 111111 |
Color Harmonies of #BA53EC
Complementary color
Monochromatic Colors of #BA53EC
Black with #BA53EC
Text Example
Text Example
White with #BA53EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53EC; }
p { color: rgb(186,83,236); }
H1.HeaderClassName
{
color: #BA53EC;
}
.AnyTagClassName
{
color: #BA53EC;
}
</style>
background-color css
<style>
a { background-color: #BA53EC; }
a { background-color: rgb(186,83,236); }
div.DivClassName
{
background-color: #BA53EC;
}
.BgClassName
{
background-color: #BA53EC;
}
</style>
border-color css
<style>
span { border-color: #BA53EC; }
span { border-color: rgb(186,83,236); }
td.TdClassName
{
border-color: #BA53EC;
}
.TagClassName
{
border-color: #BA53EC;
}
</style>