Shades of Medium Orchid #BA6EDE
Tints of Medium Orchid #BA6EDE
RGB
CMYK
RGB Variations
Color information
#BA6EDE (or 0xBA6EDE) is known color: Medium Orchid. HEX triplet: BA, 6E and DE. RGB value is (186,110,222). Sum of RGB (Red+Green+Blue) = 186+110+222=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EDE is #459121. Grayscale: #919191. Windows color (decimal): -4559138 or 14577338. OLE color: 14577338.
HSL color Cylindrical-coordinate representation of color #BA6EDE: hue angle of 280.71º degrees, saturation: 0.63, 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 #BA6EDE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 110 | 222 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.13 |
| HSL | 280.71º | 0.63% | 0.65% | - |
| HSV(B) | 280.71º | 0.5% | 0.87% | - |
| XYZ | 39.01 | 26.86 | 72.24 | - |
| YUV | 145.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 222 | 0.16 | 0.50 | 0 | 0.13 | 280.71 | 0.63 | 0.65 |
| Hex | BA | 6E | DE | 10 | 32 | 0 | D | 119 | 3F | 41 |
| Octal | 272 | 156 | 336 | 20 | 62 | 0 | 15 | 431 | 77 | 101 |
| Binary | 10111010 | 1101110 | 11011110 | 10000 | 110010 | 0 | 1101 | 100011001 | 111111 | 1000001 |
Color Harmonies of #BA6EDE
Complementary color
Monochromatic Colors of #BA6EDE
Black with #BA6EDE
Text Example
Text Example
White with #BA6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EDE; }
p { color: rgb(186,110,222); }
H1.HeaderClassName
{
color: #BA6EDE;
}
.AnyTagClassName
{
color: #BA6EDE;
}
</style>
background-color css
<style>
a { background-color: #BA6EDE; }
a { background-color: rgb(186,110,222); }
div.DivClassName
{
background-color: #BA6EDE;
}
.BgClassName
{
background-color: #BA6EDE;
}
</style>
border-color css
<style>
span { border-color: #BA6EDE; }
span { border-color: rgb(186,110,222); }
td.TdClassName
{
border-color: #BA6EDE;
}
.TagClassName
{
border-color: #BA6EDE;
}
</style>