Shades of Medium Orchid #BA41DE
Tints of Medium Orchid #BA41DE
RGB
CMYK
RGB Variations
Color information
#BA41DE (or 0xBA41DE) is known color: Medium Orchid. HEX triplet: BA, 41 and DE. RGB value is (186,65,222). Sum of RGB (Red+Green+Blue) = 186+65+222=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA41DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41DE is #45BE21. Grayscale: #767676. Windows color (decimal): -4570658 or 14565818. OLE color: 14565818.
HSL color Cylindrical-coordinate representation of color #BA41DE: hue angle of 286.24º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA41DE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 65 | 222 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.13 |
| HSL | 286.24º | 0.7% | 0.56% | - |
| HSV(B) | 286.24º | 0.71% | 0.87% | - |
| XYZ | 35.32 | 19.49 | 71.01 | - |
| YUV | 119.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 222 | 0.16 | 0.71 | 0 | 0.13 | 286.24 | 0.7 | 0.56 |
| Hex | BA | 41 | DE | 10 | 47 | 0 | D | 11E | 46 | 38 |
| Octal | 272 | 101 | 336 | 20 | 107 | 0 | 15 | 436 | 106 | 70 |
| Binary | 10111010 | 1000001 | 11011110 | 10000 | 1000111 | 0 | 1101 | 100011110 | 1000110 | 111000 |
Color Harmonies of #BA41DE
Complementary color
Monochromatic Colors of #BA41DE
Black with #BA41DE
Text Example
Text Example
White with #BA41DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41DE; }
p { color: rgb(186,65,222); }
H1.HeaderClassName
{
color: #BA41DE;
}
.AnyTagClassName
{
color: #BA41DE;
}
</style>
background-color css
<style>
a { background-color: #BA41DE; }
a { background-color: rgb(186,65,222); }
div.DivClassName
{
background-color: #BA41DE;
}
.BgClassName
{
background-color: #BA41DE;
}
</style>
border-color css
<style>
span { border-color: #BA41DE; }
span { border-color: rgb(186,65,222); }
td.TdClassName
{
border-color: #BA41DE;
}
.TagClassName
{
border-color: #BA41DE;
}
</style>