Shades of Medium Orchid #BA53EE
Tints of Medium Orchid #BA53EE
RGB
CMYK
RGB Variations
Color information
#BA53EE (or 0xBA53EE) is known color: Medium Orchid. HEX triplet: BA, 53 and EE. RGB value is (186,83,238). Sum of RGB (Red+Green+Blue) = 186+83+238=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53EE is #45AC11. Grayscale: #828282. Windows color (decimal): -4566034 or 15619002. OLE color: 15619002.
HSL color Cylindrical-coordinate representation of color #BA53EE: hue angle of 279.87º 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 #BA53EE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 83 | 238 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.07 |
| HSL | 279.87º | 0.82% | 0.63% | - |
| HSV(B) | 279.87º | 0.65% | 0.93% | - |
| XYZ | 38.78 | 22.8 | 83.25 | - |
| YUV | 131.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 238 | 0.22 | 0.65 | 0 | 0.07 | 279.87 | 0.82 | 0.63 |
| Hex | BA | 53 | EE | 16 | 41 | 0 | 7 | 118 | 52 | 3F |
| Octal | 272 | 123 | 356 | 26 | 101 | 0 | 7 | 430 | 122 | 77 |
| Binary | 10111010 | 1010011 | 11101110 | 10110 | 1000001 | 0 | 111 | 100011000 | 1010010 | 111111 |
Color Harmonies of #BA53EE
Complementary color
Monochromatic Colors of #BA53EE
Black with #BA53EE
Text Example
Text Example
White with #BA53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53EE; }
p { color: rgb(186,83,238); }
H1.HeaderClassName
{
color: #BA53EE;
}
.AnyTagClassName
{
color: #BA53EE;
}
</style>
background-color css
<style>
a { background-color: #BA53EE; }
a { background-color: rgb(186,83,238); }
div.DivClassName
{
background-color: #BA53EE;
}
.BgClassName
{
background-color: #BA53EE;
}
</style>
border-color css
<style>
span { border-color: #BA53EE; }
span { border-color: rgb(186,83,238); }
td.TdClassName
{
border-color: #BA53EE;
}
.TagClassName
{
border-color: #BA53EE;
}
</style>