Shades of Medium Orchid #BA54EE
Tints of Medium Orchid #BA54EE
RGB
CMYK
RGB Variations
Color information
#BA54EE (or 0xBA54EE) is known color: Medium Orchid. HEX triplet: BA, 54 and EE. RGB value is (186,84,238). Sum of RGB (Red+Green+Blue) = 186+84+238=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA54EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54EE is #45AB11. Grayscale: #838383. Windows color (decimal): -4565778 or 15619258. OLE color: 15619258.
HSL color Cylindrical-coordinate representation of color #BA54EE: hue angle of 279.74º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA54EE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 84 | 238 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.07 |
| HSL | 279.74º | 0.82% | 0.63% | - |
| HSV(B) | 279.74º | 0.65% | 0.93% | - |
| XYZ | 38.85 | 22.95 | 83.27 | - |
| YUV | 132.05 | 187.79 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 238 | 0.22 | 0.65 | 0 | 0.07 | 279.74 | 0.82 | 0.63 |
| Hex | BA | 54 | EE | 16 | 41 | 0 | 7 | 118 | 52 | 3F |
| Octal | 272 | 124 | 356 | 26 | 101 | 0 | 7 | 430 | 122 | 77 |
| Binary | 10111010 | 1010100 | 11101110 | 10110 | 1000001 | 0 | 111 | 100011000 | 1010010 | 111111 |
Color Harmonies of #BA54EE
Complementary color
Monochromatic Colors of #BA54EE
Black with #BA54EE
Text Example
Text Example
White with #BA54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54EE; }
p { color: rgb(186,84,238); }
H1.HeaderClassName
{
color: #BA54EE;
}
.AnyTagClassName
{
color: #BA54EE;
}
</style>
background-color css
<style>
a { background-color: #BA54EE; }
a { background-color: rgb(186,84,238); }
div.DivClassName
{
background-color: #BA54EE;
}
.BgClassName
{
background-color: #BA54EE;
}
</style>
border-color css
<style>
span { border-color: #BA54EE; }
span { border-color: rgb(186,84,238); }
td.TdClassName
{
border-color: #BA54EE;
}
.TagClassName
{
border-color: #BA54EE;
}
</style>