Shades of Medium Orchid #BA5DEE
Tints of Medium Orchid #BA5DEE
RGB
CMYK
RGB Variations
Color information
#BA5DEE (or 0xBA5DEE) is known color: Medium Orchid. HEX triplet: BA, 5D and EE. RGB value is (186,93,238). Sum of RGB (Red+Green+Blue) = 186+93+238=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DEE is #45A211. Grayscale: #888888. Windows color (decimal): -4563474 or 15621562. OLE color: 15621562.
HSL color Cylindrical-coordinate representation of color #BA5DEE: hue angle of 278.48º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5DEE is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 93 | 238 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.07 |
| HSL | 278.48º | 0.81% | 0.65% | - |
| HSV(B) | 278.48º | 0.61% | 0.93% | - |
| XYZ | 39.6 | 24.44 | 83.52 | - |
| YUV | 137.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 238 | 0.22 | 0.61 | 0 | 0.07 | 278.48 | 0.81 | 0.65 |
| Hex | BA | 5D | EE | 16 | 3D | 0 | 7 | 116 | 51 | 41 |
| Octal | 272 | 135 | 356 | 26 | 75 | 0 | 7 | 426 | 121 | 101 |
| Binary | 10111010 | 1011101 | 11101110 | 10110 | 111101 | 0 | 111 | 100010110 | 1010001 | 1000001 |
Color Harmonies of #BA5DEE
Complementary color
Monochromatic Colors of #BA5DEE
Black with #BA5DEE
Text Example
Text Example
White with #BA5DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DEE; }
p { color: rgb(186,93,238); }
H1.HeaderClassName
{
color: #BA5DEE;
}
.AnyTagClassName
{
color: #BA5DEE;
}
</style>
background-color css
<style>
a { background-color: #BA5DEE; }
a { background-color: rgb(186,93,238); }
div.DivClassName
{
background-color: #BA5DEE;
}
.BgClassName
{
background-color: #BA5DEE;
}
</style>
border-color css
<style>
span { border-color: #BA5DEE; }
span { border-color: rgb(186,93,238); }
td.TdClassName
{
border-color: #BA5DEE;
}
.TagClassName
{
border-color: #BA5DEE;
}
</style>