Shades of Medium Orchid #BA56EF
Tints of Medium Orchid #BA56EF
RGB
CMYK
RGB Variations
Color information
#BA56EF (or 0xBA56EF) is known color: Medium Orchid. HEX triplet: BA, 56 and EF. RGB value is (186,86,239). Sum of RGB (Red+Green+Blue) = 186+86+239=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA56EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56EF is #45A910. Grayscale: #848484. Windows color (decimal): -4565265 or 15685306. OLE color: 15685306.
HSL color Cylindrical-coordinate representation of color #BA56EF: hue angle of 279.22º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA56EF is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 86 | 239 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.06 |
| HSL | 279.22º | 0.83% | 0.64% | - |
| HSV(B) | 279.22º | 0.64% | 0.94% | - |
| XYZ | 39.16 | 23.33 | 84.1 | - |
| YUV | 133.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 239 | 0.22 | 0.64 | 0 | 0.06 | 279.22 | 0.83 | 0.64 |
| Hex | BA | 56 | EF | 16 | 40 | 0 | 6 | 117 | 53 | 40 |
| Octal | 272 | 126 | 357 | 26 | 100 | 0 | 6 | 427 | 123 | 100 |
| Binary | 10111010 | 1010110 | 11101111 | 10110 | 1000000 | 0 | 110 | 100010111 | 1010011 | 1000000 |
Color Harmonies of #BA56EF
Complementary color
Monochromatic Colors of #BA56EF
Black with #BA56EF
Text Example
Text Example
White with #BA56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56EF; }
p { color: rgb(186,86,239); }
H1.HeaderClassName
{
color: #BA56EF;
}
.AnyTagClassName
{
color: #BA56EF;
}
</style>
background-color css
<style>
a { background-color: #BA56EF; }
a { background-color: rgb(186,86,239); }
div.DivClassName
{
background-color: #BA56EF;
}
.BgClassName
{
background-color: #BA56EF;
}
</style>
border-color css
<style>
span { border-color: #BA56EF; }
span { border-color: rgb(186,86,239); }
td.TdClassName
{
border-color: #BA56EF;
}
.TagClassName
{
border-color: #BA56EF;
}
</style>