Shades of Medium Orchid #BA39EE
Tints of Medium Orchid #BA39EE
RGB
CMYK
RGB Variations
Color information
#BA39EE (or 0xBA39EE) is known color: Medium Orchid. HEX triplet: BA, 39 and EE. RGB value is (186,57,238). Sum of RGB (Red+Green+Blue) = 186+57+238=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA39EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39EE is #45C611. Grayscale: #737373. Windows color (decimal): -4572690 or 15612346. OLE color: 15612346.
HSL color Cylindrical-coordinate representation of color #BA39EE: hue angle of 282.76º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA39EE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 57 | 238 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.07 |
| HSL | 282.76º | 0.84% | 0.58% | - |
| HSV(B) | 282.76º | 0.76% | 0.93% | - |
| XYZ | 37.15 | 19.54 | 82.7 | - |
| YUV | 116.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 238 | 0.22 | 0.76 | 0 | 0.07 | 282.76 | 0.84 | 0.58 |
| Hex | BA | 39 | EE | 16 | 4C | 0 | 7 | 11B | 54 | 3A |
| Octal | 272 | 71 | 356 | 26 | 114 | 0 | 7 | 433 | 124 | 72 |
| Binary | 10111010 | 111001 | 11101110 | 10110 | 1001100 | 0 | 111 | 100011011 | 1010100 | 111010 |
Color Harmonies of #BA39EE
Complementary color
Monochromatic Colors of #BA39EE
Black with #BA39EE
Text Example
Text Example
White with #BA39EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39EE; }
p { color: rgb(186,57,238); }
H1.HeaderClassName
{
color: #BA39EE;
}
.AnyTagClassName
{
color: #BA39EE;
}
</style>
background-color css
<style>
a { background-color: #BA39EE; }
a { background-color: rgb(186,57,238); }
div.DivClassName
{
background-color: #BA39EE;
}
.BgClassName
{
background-color: #BA39EE;
}
</style>
border-color css
<style>
span { border-color: #BA39EE; }
span { border-color: rgb(186,57,238); }
td.TdClassName
{
border-color: #BA39EE;
}
.TagClassName
{
border-color: #BA39EE;
}
</style>