Shades of Medium Orchid #BA6EDD
Tints of Medium Orchid #BA6EDD
RGB
CMYK
RGB Variations
Color information
#BA6EDD (or 0xBA6EDD) is known color: Medium Orchid. HEX triplet: BA, 6E and DD. RGB value is (186,110,221). Sum of RGB (Red+Green+Blue) = 186+110+221=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EDD is #459122. Grayscale: #919191. Windows color (decimal): -4559139 or 14511802. OLE color: 14511802.
HSL color Cylindrical-coordinate representation of color #BA6EDD: hue angle of 281.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6EDD is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 110 | 221 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.13 |
| HSL | 281.08º | 0.62% | 0.65% | - |
| HSV(B) | 281.08º | 0.5% | 0.87% | - |
| XYZ | 38.88 | 26.81 | 71.53 | - |
| YUV | 145.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 221 | 0.16 | 0.50 | 0 | 0.13 | 281.08 | 0.62 | 0.65 |
| Hex | BA | 6E | DD | 10 | 32 | 0 | D | 119 | 3E | 41 |
| Octal | 272 | 156 | 335 | 20 | 62 | 0 | 15 | 431 | 76 | 101 |
| Binary | 10111010 | 1101110 | 11011101 | 10000 | 110010 | 0 | 1101 | 100011001 | 111110 | 1000001 |
Color Harmonies of #BA6EDD
Complementary color
Monochromatic Colors of #BA6EDD
Black with #BA6EDD
Text Example
Text Example
White with #BA6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EDD; }
p { color: rgb(186,110,221); }
H1.HeaderClassName
{
color: #BA6EDD;
}
.AnyTagClassName
{
color: #BA6EDD;
}
</style>
background-color css
<style>
a { background-color: #BA6EDD; }
a { background-color: rgb(186,110,221); }
div.DivClassName
{
background-color: #BA6EDD;
}
.BgClassName
{
background-color: #BA6EDD;
}
</style>
border-color css
<style>
span { border-color: #BA6EDD; }
span { border-color: rgb(186,110,221); }
td.TdClassName
{
border-color: #BA6EDD;
}
.TagClassName
{
border-color: #BA6EDD;
}
</style>