Shades of Medium Orchid #BA36EF
Tints of Medium Orchid #BA36EF
RGB
CMYK
RGB Variations
Color information
#BA36EF (or 0xBA36EF) is known color: Medium Orchid. HEX triplet: BA, 36 and EF. RGB value is (186,54,239). Sum of RGB (Red+Green+Blue) = 186+54+239=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36EF is #45C910. Grayscale: #717171. Windows color (decimal): -4573457 or 15677114. OLE color: 15677114.
HSL color Cylindrical-coordinate representation of color #BA36EF: hue angle of 282.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA36EF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 54 | 239 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.06 |
| HSL | 282.81º | 0.85% | 0.57% | - |
| HSV(B) | 282.81º | 0.77% | 0.94% | - |
| XYZ | 37.15 | 19.31 | 83.43 | - |
| YUV | 114.56 | 198.23 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 239 | 0.22 | 0.77 | 0 | 0.06 | 282.81 | 0.85 | 0.57 |
| Hex | BA | 36 | EF | 16 | 4D | 0 | 6 | 11B | 55 | 39 |
| Octal | 272 | 66 | 357 | 26 | 115 | 0 | 6 | 433 | 125 | 71 |
| Binary | 10111010 | 110110 | 11101111 | 10110 | 1001101 | 0 | 110 | 100011011 | 1010101 | 111001 |
Color Harmonies of #BA36EF
Complementary color
Monochromatic Colors of #BA36EF
Black with #BA36EF
Text Example
Text Example
White with #BA36EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36EF; }
p { color: rgb(186,54,239); }
H1.HeaderClassName
{
color: #BA36EF;
}
.AnyTagClassName
{
color: #BA36EF;
}
</style>
background-color css
<style>
a { background-color: #BA36EF; }
a { background-color: rgb(186,54,239); }
div.DivClassName
{
background-color: #BA36EF;
}
.BgClassName
{
background-color: #BA36EF;
}
</style>
border-color css
<style>
span { border-color: #BA36EF; }
span { border-color: rgb(186,54,239); }
td.TdClassName
{
border-color: #BA36EF;
}
.TagClassName
{
border-color: #BA36EF;
}
</style>