Shades of Medium Orchid #BA5EEF
Tints of Medium Orchid #BA5EEF
RGB
CMYK
RGB Variations
Color information
#BA5EEF (or 0xBA5EEF) is known color: Medium Orchid. HEX triplet: BA, 5E and EF. RGB value is (186,94,239). Sum of RGB (Red+Green+Blue) = 186+94+239=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EEF is #45A110. Grayscale: #898989. Windows color (decimal): -4563217 or 15687354. OLE color: 15687354.
HSL color Cylindrical-coordinate representation of color #BA5EEF: hue angle of 278.07º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5EEF is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 94 | 239 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.06 |
| HSL | 278.07º | 0.82% | 0.65% | - |
| HSV(B) | 278.07º | 0.61% | 0.94% | - |
| XYZ | 39.83 | 24.68 | 84.33 | - |
| YUV | 138.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 239 | 0.22 | 0.61 | 0 | 0.06 | 278.07 | 0.82 | 0.65 |
| Hex | BA | 5E | EF | 16 | 3D | 0 | 6 | 116 | 52 | 41 |
| Octal | 272 | 136 | 357 | 26 | 75 | 0 | 6 | 426 | 122 | 101 |
| Binary | 10111010 | 1011110 | 11101111 | 10110 | 111101 | 0 | 110 | 100010110 | 1010010 | 1000001 |
Color Harmonies of #BA5EEF
Complementary color
Monochromatic Colors of #BA5EEF
Black with #BA5EEF
Text Example
Text Example
White with #BA5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5EEF; }
p { color: rgb(186,94,239); }
H1.HeaderClassName
{
color: #BA5EEF;
}
.AnyTagClassName
{
color: #BA5EEF;
}
</style>
background-color css
<style>
a { background-color: #BA5EEF; }
a { background-color: rgb(186,94,239); }
div.DivClassName
{
background-color: #BA5EEF;
}
.BgClassName
{
background-color: #BA5EEF;
}
</style>
border-color css
<style>
span { border-color: #BA5EEF; }
span { border-color: rgb(186,94,239); }
td.TdClassName
{
border-color: #BA5EEF;
}
.TagClassName
{
border-color: #BA5EEF;
}
</style>