Shades of Medium Orchid #BA7ADE
Tints of Medium Orchid #BA7ADE
RGB
CMYK
RGB Variations
Color information
#BA7ADE (or 0xBA7ADE) is known color: Medium Orchid. HEX triplet: BA, 7A and DE. RGB value is (186,122,222). Sum of RGB (Red+Green+Blue) = 186+122+222=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ADE is #458521. Grayscale: #989898. Windows color (decimal): -4556066 or 14580410. OLE color: 14580410.
HSL color Cylindrical-coordinate representation of color #BA7ADE: hue angle of 278.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7ADE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 122 | 222 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.13 |
| HSL | 278.4º | 0.6% | 0.67% | - |
| HSV(B) | 278.4º | 0.45% | 0.87% | - |
| XYZ | 40.39 | 29.63 | 72.7 | - |
| YUV | 152.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 222 | 0.16 | 0.45 | 0 | 0.13 | 278.4 | 0.6 | 0.67 |
| Hex | BA | 7A | DE | 10 | 2D | 0 | D | 116 | 3C | 43 |
| Octal | 272 | 172 | 336 | 20 | 55 | 0 | 15 | 426 | 74 | 103 |
| Binary | 10111010 | 1111010 | 11011110 | 10000 | 101101 | 0 | 1101 | 100010110 | 111100 | 1000011 |
Color Harmonies of #BA7ADE
Complementary color
Monochromatic Colors of #BA7ADE
Black with #BA7ADE
Text Example
Text Example
White with #BA7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ADE; }
p { color: rgb(186,122,222); }
H1.HeaderClassName
{
color: #BA7ADE;
}
.AnyTagClassName
{
color: #BA7ADE;
}
</style>
background-color css
<style>
a { background-color: #BA7ADE; }
a { background-color: rgb(186,122,222); }
div.DivClassName
{
background-color: #BA7ADE;
}
.BgClassName
{
background-color: #BA7ADE;
}
</style>
border-color css
<style>
span { border-color: #BA7ADE; }
span { border-color: rgb(186,122,222); }
td.TdClassName
{
border-color: #BA7ADE;
}
.TagClassName
{
border-color: #BA7ADE;
}
</style>