Shades of Medium Orchid #BA6ADB
Tints of Medium Orchid #BA6ADB
RGB
CMYK
RGB Variations
Color information
#BA6ADB (or 0xBA6ADB) is known color: Medium Orchid. HEX triplet: BA, 6A and DB. RGB value is (186,106,219). Sum of RGB (Red+Green+Blue) = 186+106+219=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ADB is #459524. Grayscale: #8E8E8E. Windows color (decimal): -4560165 or 14379706. OLE color: 14379706.
HSL color Cylindrical-coordinate representation of color #BA6ADB: hue angle of 282.48º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6ADB is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 106 | 219 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.14 |
| HSL | 282.48º | 0.61% | 0.64% | - |
| HSV(B) | 282.48º | 0.52% | 0.86% | - |
| XYZ | 38.19 | 25.86 | 70 | - |
| YUV | 142.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 219 | 0.15 | 0.52 | 0 | 0.14 | 282.48 | 0.61 | 0.64 |
| Hex | BA | 6A | DB | F | 34 | 0 | E | 11A | 3D | 40 |
| Octal | 272 | 152 | 333 | 17 | 64 | 0 | 16 | 432 | 75 | 100 |
| Binary | 10111010 | 1101010 | 11011011 | 1111 | 110100 | 0 | 1110 | 100011010 | 111101 | 1000000 |
Color Harmonies of #BA6ADB
Complementary color
Monochromatic Colors of #BA6ADB
Black with #BA6ADB
Text Example
Text Example
White with #BA6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ADB; }
p { color: rgb(186,106,219); }
H1.HeaderClassName
{
color: #BA6ADB;
}
.AnyTagClassName
{
color: #BA6ADB;
}
</style>
background-color css
<style>
a { background-color: #BA6ADB; }
a { background-color: rgb(186,106,219); }
div.DivClassName
{
background-color: #BA6ADB;
}
.BgClassName
{
background-color: #BA6ADB;
}
</style>
border-color css
<style>
span { border-color: #BA6ADB; }
span { border-color: rgb(186,106,219); }
td.TdClassName
{
border-color: #BA6ADB;
}
.TagClassName
{
border-color: #BA6ADB;
}
</style>