Shades of Medium Orchid #BA52EE
Tints of Medium Orchid #BA52EE
RGB
CMYK
RGB Variations
Color information
#BA52EE (or 0xBA52EE) is known color: Medium Orchid. HEX triplet: BA, 52 and EE. RGB value is (186,82,238). Sum of RGB (Red+Green+Blue) = 186+82+238=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA52EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52EE is #45AD11. Grayscale: #828282. Windows color (decimal): -4566290 or 15618746. OLE color: 15618746.
HSL color Cylindrical-coordinate representation of color #BA52EE: hue angle of 280º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA52EE is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 82 | 238 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.07 |
| HSL | 280º | 0.82% | 0.63% | - |
| HSV(B) | 280º | 0.66% | 0.93% | - |
| XYZ | 38.7 | 22.65 | 83.22 | - |
| YUV | 130.88 | 188.46 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 238 | 0.22 | 0.66 | 0 | 0.07 | 280 | 0.82 | 0.63 |
| Hex | BA | 52 | EE | 16 | 42 | 0 | 7 | 118 | 52 | 3F |
| Octal | 272 | 122 | 356 | 26 | 102 | 0 | 7 | 430 | 122 | 77 |
| Binary | 10111010 | 1010010 | 11101110 | 10110 | 1000010 | 0 | 111 | 100011000 | 1010010 | 111111 |
Color Harmonies of #BA52EE
Complementary color
Monochromatic Colors of #BA52EE
Black with #BA52EE
Text Example
Text Example
White with #BA52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52EE; }
p { color: rgb(186,82,238); }
H1.HeaderClassName
{
color: #BA52EE;
}
.AnyTagClassName
{
color: #BA52EE;
}
</style>
background-color css
<style>
a { background-color: #BA52EE; }
a { background-color: rgb(186,82,238); }
div.DivClassName
{
background-color: #BA52EE;
}
.BgClassName
{
background-color: #BA52EE;
}
</style>
border-color css
<style>
span { border-color: #BA52EE; }
span { border-color: rgb(186,82,238); }
td.TdClassName
{
border-color: #BA52EE;
}
.TagClassName
{
border-color: #BA52EE;
}
</style>