Shades of Medium Orchid #BA6ADE
Tints of Medium Orchid #BA6ADE
RGB
CMYK
RGB Variations
Color information
#BA6ADE (or 0xBA6ADE) is known color: Medium Orchid. HEX triplet: BA, 6A and DE. RGB value is (186,106,222). Sum of RGB (Red+Green+Blue) = 186+106+222=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ADE is #459521. Grayscale: #8E8E8E. Windows color (decimal): -4560162 or 14576314. OLE color: 14576314.
HSL color Cylindrical-coordinate representation of color #BA6ADE: hue angle of 281.38º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6ADE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 106 | 222 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.13 |
| HSL | 281.38º | 0.64% | 0.64% | - |
| HSV(B) | 281.38º | 0.52% | 0.87% | - |
| XYZ | 38.59 | 26.02 | 72.1 | - |
| YUV | 143.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 222 | 0.16 | 0.52 | 0 | 0.13 | 281.38 | 0.64 | 0.64 |
| Hex | BA | 6A | DE | 10 | 34 | 0 | D | 119 | 40 | 40 |
| Octal | 272 | 152 | 336 | 20 | 64 | 0 | 15 | 431 | 100 | 100 |
| Binary | 10111010 | 1101010 | 11011110 | 10000 | 110100 | 0 | 1101 | 100011001 | 1000000 | 1000000 |
Color Harmonies of #BA6ADE
Complementary color
Monochromatic Colors of #BA6ADE
Black with #BA6ADE
Text Example
Text Example
White with #BA6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ADE; }
p { color: rgb(186,106,222); }
H1.HeaderClassName
{
color: #BA6ADE;
}
.AnyTagClassName
{
color: #BA6ADE;
}
</style>
background-color css
<style>
a { background-color: #BA6ADE; }
a { background-color: rgb(186,106,222); }
div.DivClassName
{
background-color: #BA6ADE;
}
.BgClassName
{
background-color: #BA6ADE;
}
</style>
border-color css
<style>
span { border-color: #BA6ADE; }
span { border-color: rgb(186,106,222); }
td.TdClassName
{
border-color: #BA6ADE;
}
.TagClassName
{
border-color: #BA6ADE;
}
</style>