Shades of Medium Orchid #BA5AEE
Tints of Medium Orchid #BA5AEE
RGB
CMYK
RGB Variations
Color information
#BA5AEE (or 0xBA5AEE) is known color: Medium Orchid. HEX triplet: BA, 5A and EE. RGB value is (186,90,238). Sum of RGB (Red+Green+Blue) = 186+90+238=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA5AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AEE is #45A511. Grayscale: #878787. Windows color (decimal): -4564242 or 15620794. OLE color: 15620794.
HSL color Cylindrical-coordinate representation of color #BA5AEE: hue angle of 278.92º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5AEE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 90 | 238 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.07 |
| HSL | 278.92º | 0.81% | 0.64% | - |
| HSV(B) | 278.92º | 0.62% | 0.93% | - |
| XYZ | 39.34 | 23.92 | 83.43 | - |
| YUV | 135.58 | 185.8 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 238 | 0.22 | 0.62 | 0 | 0.07 | 278.92 | 0.81 | 0.64 |
| Hex | BA | 5A | EE | 16 | 3E | 0 | 7 | 117 | 51 | 40 |
| Octal | 272 | 132 | 356 | 26 | 76 | 0 | 7 | 427 | 121 | 100 |
| Binary | 10111010 | 1011010 | 11101110 | 10110 | 111110 | 0 | 111 | 100010111 | 1010001 | 1000000 |
Color Harmonies of #BA5AEE
Complementary color
Monochromatic Colors of #BA5AEE
Black with #BA5AEE
Text Example
Text Example
White with #BA5AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AEE; }
p { color: rgb(186,90,238); }
H1.HeaderClassName
{
color: #BA5AEE;
}
.AnyTagClassName
{
color: #BA5AEE;
}
</style>
background-color css
<style>
a { background-color: #BA5AEE; }
a { background-color: rgb(186,90,238); }
div.DivClassName
{
background-color: #BA5AEE;
}
.BgClassName
{
background-color: #BA5AEE;
}
</style>
border-color css
<style>
span { border-color: #BA5AEE; }
span { border-color: rgb(186,90,238); }
td.TdClassName
{
border-color: #BA5AEE;
}
.TagClassName
{
border-color: #BA5AEE;
}
</style>