Shades of Medium Orchid #BA6BDB
Tints of Medium Orchid #BA6BDB
RGB
CMYK
RGB Variations
Color information
#BA6BDB (or 0xBA6BDB) is known color: Medium Orchid. HEX triplet: BA, 6B and DB. RGB value is (186,107,219). Sum of RGB (Red+Green+Blue) = 186+107+219=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BDB is #459424. Grayscale: #8F8F8F. Windows color (decimal): -4559909 or 14379962. OLE color: 14379962.
HSL color Cylindrical-coordinate representation of color #BA6BDB: hue angle of 282.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6BDB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 107 | 219 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.14 |
| HSL | 282.32º | 0.61% | 0.64% | - |
| HSV(B) | 282.32º | 0.51% | 0.86% | - |
| XYZ | 38.29 | 26.07 | 70.03 | - |
| YUV | 143.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 219 | 0.15 | 0.51 | 0 | 0.14 | 282.32 | 0.61 | 0.64 |
| Hex | BA | 6B | DB | F | 33 | 0 | E | 11A | 3D | 40 |
| Octal | 272 | 153 | 333 | 17 | 63 | 0 | 16 | 432 | 75 | 100 |
| Binary | 10111010 | 1101011 | 11011011 | 1111 | 110011 | 0 | 1110 | 100011010 | 111101 | 1000000 |
Color Harmonies of #BA6BDB
Complementary color
Monochromatic Colors of #BA6BDB
Black with #BA6BDB
Text Example
Text Example
White with #BA6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BDB; }
p { color: rgb(186,107,219); }
H1.HeaderClassName
{
color: #BA6BDB;
}
.AnyTagClassName
{
color: #BA6BDB;
}
</style>
background-color css
<style>
a { background-color: #BA6BDB; }
a { background-color: rgb(186,107,219); }
div.DivClassName
{
background-color: #BA6BDB;
}
.BgClassName
{
background-color: #BA6BDB;
}
</style>
border-color css
<style>
span { border-color: #BA6BDB; }
span { border-color: rgb(186,107,219); }
td.TdClassName
{
border-color: #BA6BDB;
}
.TagClassName
{
border-color: #BA6BDB;
}
</style>