Shades of Medium Orchid #BA36EC
Tints of Medium Orchid #BA36EC
RGB
CMYK
RGB Variations
Color information
#BA36EC (or 0xBA36EC) is known color: Medium Orchid. HEX triplet: BA, 36 and EC. RGB value is (186,54,236). Sum of RGB (Red+Green+Blue) = 186+54+236=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA36EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36EC is #45C913. Grayscale: #717171. Windows color (decimal): -4573460 or 15480506. OLE color: 15480506.
HSL color Cylindrical-coordinate representation of color #BA36EC: hue angle of 283.52º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA36EC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 54 | 236 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.07 |
| HSL | 283.52º | 0.83% | 0.57% | - |
| HSV(B) | 283.52º | 0.77% | 0.93% | - |
| XYZ | 36.71 | 19.13 | 81.12 | - |
| YUV | 114.22 | 196.73 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 236 | 0.21 | 0.77 | 0 | 0.07 | 283.52 | 0.83 | 0.57 |
| Hex | BA | 36 | EC | 15 | 4D | 0 | 7 | 11C | 53 | 39 |
| Octal | 272 | 66 | 354 | 25 | 115 | 0 | 7 | 434 | 123 | 71 |
| Binary | 10111010 | 110110 | 11101100 | 10101 | 1001101 | 0 | 111 | 100011100 | 1010011 | 111001 |
Color Harmonies of #BA36EC
Complementary color
Monochromatic Colors of #BA36EC
Black with #BA36EC
Text Example
Text Example
White with #BA36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36EC; }
p { color: rgb(186,54,236); }
H1.HeaderClassName
{
color: #BA36EC;
}
.AnyTagClassName
{
color: #BA36EC;
}
</style>
background-color css
<style>
a { background-color: #BA36EC; }
a { background-color: rgb(186,54,236); }
div.DivClassName
{
background-color: #BA36EC;
}
.BgClassName
{
background-color: #BA36EC;
}
</style>
border-color css
<style>
span { border-color: #BA36EC; }
span { border-color: rgb(186,54,236); }
td.TdClassName
{
border-color: #BA36EC;
}
.TagClassName
{
border-color: #BA36EC;
}
</style>