Shades of Medium Orchid #BA41EE
Tints of Medium Orchid #BA41EE
RGB
CMYK
RGB Variations
Color information
#BA41EE (or 0xBA41EE) is known color: Medium Orchid. HEX triplet: BA, 41 and EE. RGB value is (186,65,238). Sum of RGB (Red+Green+Blue) = 186+65+238=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41EE is #45BE11. Grayscale: #787878. Windows color (decimal): -4570642 or 15614394. OLE color: 15614394.
HSL color Cylindrical-coordinate representation of color #BA41EE: hue angle of 281.97º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA41EE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 65 | 238 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.07 |
| HSL | 281.97º | 0.84% | 0.59% | - |
| HSV(B) | 281.97º | 0.73% | 0.93% | - |
| XYZ | 37.57 | 20.39 | 82.84 | - |
| YUV | 120.9 | 194.09 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 238 | 0.22 | 0.73 | 0 | 0.07 | 281.97 | 0.84 | 0.59 |
| Hex | BA | 41 | EE | 16 | 49 | 0 | 7 | 11A | 54 | 3B |
| Octal | 272 | 101 | 356 | 26 | 111 | 0 | 7 | 432 | 124 | 73 |
| Binary | 10111010 | 1000001 | 11101110 | 10110 | 1001001 | 0 | 111 | 100011010 | 1010100 | 111011 |
Color Harmonies of #BA41EE
Complementary color
Monochromatic Colors of #BA41EE
Black with #BA41EE
Text Example
Text Example
White with #BA41EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41EE; }
p { color: rgb(186,65,238); }
H1.HeaderClassName
{
color: #BA41EE;
}
.AnyTagClassName
{
color: #BA41EE;
}
</style>
background-color css
<style>
a { background-color: #BA41EE; }
a { background-color: rgb(186,65,238); }
div.DivClassName
{
background-color: #BA41EE;
}
.BgClassName
{
background-color: #BA41EE;
}
</style>
border-color css
<style>
span { border-color: #BA41EE; }
span { border-color: rgb(186,65,238); }
td.TdClassName
{
border-color: #BA41EE;
}
.TagClassName
{
border-color: #BA41EE;
}
</style>