Shades of Medium Orchid #BA39EA
Tints of Medium Orchid #BA39EA
RGB
CMYK
RGB Variations
Color information
#BA39EA (or 0xBA39EA) is known color: Medium Orchid. HEX triplet: BA, 39 and EA. RGB value is (186,57,234). Sum of RGB (Red+Green+Blue) = 186+57+234=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA39EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39EA is #45C615. Grayscale: #737373. Windows color (decimal): -4572694 or 15350202. OLE color: 15350202.
HSL color Cylindrical-coordinate representation of color #BA39EA: hue angle of 283.73º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA39EA is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 57 | 234 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.08 |
| HSL | 283.73º | 0.81% | 0.57% | - |
| HSV(B) | 283.73º | 0.76% | 0.92% | - |
| XYZ | 36.56 | 19.31 | 79.64 | - |
| YUV | 115.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 234 | 0.21 | 0.76 | 0 | 0.08 | 283.73 | 0.81 | 0.57 |
| Hex | BA | 39 | EA | 15 | 4C | 0 | 8 | 11C | 51 | 39 |
| Octal | 272 | 71 | 352 | 25 | 114 | 0 | 10 | 434 | 121 | 71 |
| Binary | 10111010 | 111001 | 11101010 | 10101 | 1001100 | 0 | 1000 | 100011100 | 1010001 | 111001 |
Color Harmonies of #BA39EA
Complementary color
Monochromatic Colors of #BA39EA
Black with #BA39EA
Text Example
Text Example
White with #BA39EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39EA; }
p { color: rgb(186,57,234); }
H1.HeaderClassName
{
color: #BA39EA;
}
.AnyTagClassName
{
color: #BA39EA;
}
</style>
background-color css
<style>
a { background-color: #BA39EA; }
a { background-color: rgb(186,57,234); }
div.DivClassName
{
background-color: #BA39EA;
}
.BgClassName
{
background-color: #BA39EA;
}
</style>
border-color css
<style>
span { border-color: #BA39EA; }
span { border-color: rgb(186,57,234); }
td.TdClassName
{
border-color: #BA39EA;
}
.TagClassName
{
border-color: #BA39EA;
}
</style>