Shades of Medium Orchid #BA41EF
Tints of Medium Orchid #BA41EF
RGB
CMYK
RGB Variations
Color information
#BA41EF (or 0xBA41EF) is known color: Medium Orchid. HEX triplet: BA, 41 and EF. RGB value is (186,65,239). Sum of RGB (Red+Green+Blue) = 186+65+239=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41EF is #45BE10. Grayscale: #787878. Windows color (decimal): -4570641 or 15679930. OLE color: 15679930.
HSL color Cylindrical-coordinate representation of color #BA41EF: hue angle of 281.72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA41EF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 65 | 239 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.06 |
| HSL | 281.72º | 0.84% | 0.6% | - |
| HSV(B) | 281.72º | 0.73% | 0.94% | - |
| XYZ | 37.72 | 20.45 | 83.62 | - |
| YUV | 121.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 239 | 0.22 | 0.73 | 0 | 0.06 | 281.72 | 0.84 | 0.6 |
| Hex | BA | 41 | EF | 16 | 49 | 0 | 6 | 11A | 54 | 3C |
| Octal | 272 | 101 | 357 | 26 | 111 | 0 | 6 | 432 | 124 | 74 |
| Binary | 10111010 | 1000001 | 11101111 | 10110 | 1001001 | 0 | 110 | 100011010 | 1010100 | 111100 |
Color Harmonies of #BA41EF
Complementary color
Monochromatic Colors of #BA41EF
Black with #BA41EF
Text Example
Text Example
White with #BA41EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41EF; }
p { color: rgb(186,65,239); }
H1.HeaderClassName
{
color: #BA41EF;
}
.AnyTagClassName
{
color: #BA41EF;
}
</style>
background-color css
<style>
a { background-color: #BA41EF; }
a { background-color: rgb(186,65,239); }
div.DivClassName
{
background-color: #BA41EF;
}
.BgClassName
{
background-color: #BA41EF;
}
</style>
border-color css
<style>
span { border-color: #BA41EF; }
span { border-color: rgb(186,65,239); }
td.TdClassName
{
border-color: #BA41EF;
}
.TagClassName
{
border-color: #BA41EF;
}
</style>