Shades of Medium Orchid #BA6DDB
Tints of Medium Orchid #BA6DDB
RGB
CMYK
RGB Variations
Color information
#BA6DDB (or 0xBA6DDB) is known color: Medium Orchid. HEX triplet: BA, 6D and DB. RGB value is (186,109,219). Sum of RGB (Red+Green+Blue) = 186+109+219=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DDB is #459224. Grayscale: #909090. Windows color (decimal): -4559397 or 14380474. OLE color: 14380474.
HSL color Cylindrical-coordinate representation of color #BA6DDB: hue angle of 282º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6DDB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 109 | 219 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.14 |
| HSL | 282º | 0.6% | 0.64% | - |
| HSV(B) | 282º | 0.5% | 0.86% | - |
| XYZ | 38.5 | 26.49 | 70.1 | - |
| YUV | 144.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 219 | 0.15 | 0.50 | 0 | 0.14 | 282 | 0.6 | 0.64 |
| Hex | BA | 6D | DB | F | 32 | 0 | E | 11A | 3C | 40 |
| Octal | 272 | 155 | 333 | 17 | 62 | 0 | 16 | 432 | 74 | 100 |
| Binary | 10111010 | 1101101 | 11011011 | 1111 | 110010 | 0 | 1110 | 100011010 | 111100 | 1000000 |
Color Harmonies of #BA6DDB
Complementary color
Monochromatic Colors of #BA6DDB
Black with #BA6DDB
Text Example
Text Example
White with #BA6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DDB; }
p { color: rgb(186,109,219); }
H1.HeaderClassName
{
color: #BA6DDB;
}
.AnyTagClassName
{
color: #BA6DDB;
}
</style>
background-color css
<style>
a { background-color: #BA6DDB; }
a { background-color: rgb(186,109,219); }
div.DivClassName
{
background-color: #BA6DDB;
}
.BgClassName
{
background-color: #BA6DDB;
}
</style>
border-color css
<style>
span { border-color: #BA6DDB; }
span { border-color: rgb(186,109,219); }
td.TdClassName
{
border-color: #BA6DDB;
}
.TagClassName
{
border-color: #BA6DDB;
}
</style>