Shades of Medium Orchid #BA39EF
Tints of Medium Orchid #BA39EF
RGB
CMYK
RGB Variations
Color information
#BA39EF (or 0xBA39EF) is known color: Medium Orchid. HEX triplet: BA, 39 and EF. RGB value is (186,57,239). Sum of RGB (Red+Green+Blue) = 186+57+239=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA39EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39EF is #45C610. Grayscale: #737373. Windows color (decimal): -4572689 or 15677882. OLE color: 15677882.
HSL color Cylindrical-coordinate representation of color #BA39EF: hue angle of 282.53º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA39EF is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 57 | 239 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.06 |
| HSL | 282.53º | 0.85% | 0.58% | - |
| HSV(B) | 282.53º | 0.76% | 0.94% | - |
| XYZ | 37.29 | 19.6 | 83.48 | - |
| YUV | 116.32 | 197.24 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 239 | 0.22 | 0.76 | 0 | 0.06 | 282.53 | 0.85 | 0.58 |
| Hex | BA | 39 | EF | 16 | 4C | 0 | 6 | 11B | 55 | 3A |
| Octal | 272 | 71 | 357 | 26 | 114 | 0 | 6 | 433 | 125 | 72 |
| Binary | 10111010 | 111001 | 11101111 | 10110 | 1001100 | 0 | 110 | 100011011 | 1010101 | 111010 |
Color Harmonies of #BA39EF
Complementary color
Monochromatic Colors of #BA39EF
Black with #BA39EF
Text Example
Text Example
White with #BA39EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39EF; }
p { color: rgb(186,57,239); }
H1.HeaderClassName
{
color: #BA39EF;
}
.AnyTagClassName
{
color: #BA39EF;
}
</style>
background-color css
<style>
a { background-color: #BA39EF; }
a { background-color: rgb(186,57,239); }
div.DivClassName
{
background-color: #BA39EF;
}
.BgClassName
{
background-color: #BA39EF;
}
</style>
border-color css
<style>
span { border-color: #BA39EF; }
span { border-color: rgb(186,57,239); }
td.TdClassName
{
border-color: #BA39EF;
}
.TagClassName
{
border-color: #BA39EF;
}
</style>