Shades of Medium Orchid #BA40DE
Tints of Medium Orchid #BA40DE
RGB
CMYK
RGB Variations
Color information
#BA40DE (or 0xBA40DE) is known color: Medium Orchid. HEX triplet: BA, 40 and DE. RGB value is (186,64,222). Sum of RGB (Red+Green+Blue) = 186+64+222=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA40DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40DE is #45BF21. Grayscale: #757575. Windows color (decimal): -4570914 or 14565562. OLE color: 14565562.
HSL color Cylindrical-coordinate representation of color #BA40DE: hue angle of 286.33º degrees, saturation: 0.71, 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 #BA40DE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 64 | 222 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.13 |
| HSL | 286.33º | 0.71% | 0.56% | - |
| HSV(B) | 286.33º | 0.71% | 0.87% | - |
| XYZ | 35.27 | 19.38 | 70.99 | - |
| YUV | 118.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 222 | 0.16 | 0.71 | 0 | 0.13 | 286.33 | 0.71 | 0.56 |
| Hex | BA | 40 | DE | 10 | 47 | 0 | D | 11E | 47 | 38 |
| Octal | 272 | 100 | 336 | 20 | 107 | 0 | 15 | 436 | 107 | 70 |
| Binary | 10111010 | 1000000 | 11011110 | 10000 | 1000111 | 0 | 1101 | 100011110 | 1000111 | 111000 |
Color Harmonies of #BA40DE
Complementary color
Monochromatic Colors of #BA40DE
Black with #BA40DE
Text Example
Text Example
White with #BA40DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40DE; }
p { color: rgb(186,64,222); }
H1.HeaderClassName
{
color: #BA40DE;
}
.AnyTagClassName
{
color: #BA40DE;
}
</style>
background-color css
<style>
a { background-color: #BA40DE; }
a { background-color: rgb(186,64,222); }
div.DivClassName
{
background-color: #BA40DE;
}
.BgClassName
{
background-color: #BA40DE;
}
</style>
border-color css
<style>
span { border-color: #BA40DE; }
span { border-color: rgb(186,64,222); }
td.TdClassName
{
border-color: #BA40DE;
}
.TagClassName
{
border-color: #BA40DE;
}
</style>