Shades of Medium Orchid #BA6CDB
Tints of Medium Orchid #BA6CDB
RGB
CMYK
RGB Variations
Color information
#BA6CDB (or 0xBA6CDB) is known color: Medium Orchid. HEX triplet: BA, 6C and DB. RGB value is (186,108,219). Sum of RGB (Red+Green+Blue) = 186+108+219=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CDB is #459324. Grayscale: #8F8F8F. Windows color (decimal): -4559653 or 14380218. OLE color: 14380218.
HSL color Cylindrical-coordinate representation of color #BA6CDB: hue angle of 282.16º 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 #BA6CDB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 108 | 219 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.14 |
| HSL | 282.16º | 0.61% | 0.64% | - |
| HSV(B) | 282.16º | 0.51% | 0.86% | - |
| XYZ | 38.4 | 26.28 | 70.07 | - |
| YUV | 143.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 219 | 0.15 | 0.51 | 0 | 0.14 | 282.16 | 0.61 | 0.64 |
| Hex | BA | 6C | DB | F | 33 | 0 | E | 11A | 3D | 40 |
| Octal | 272 | 154 | 333 | 17 | 63 | 0 | 16 | 432 | 75 | 100 |
| Binary | 10111010 | 1101100 | 11011011 | 1111 | 110011 | 0 | 1110 | 100011010 | 111101 | 1000000 |
Color Harmonies of #BA6CDB
Complementary color
Monochromatic Colors of #BA6CDB
Black with #BA6CDB
Text Example
Text Example
White with #BA6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CDB; }
p { color: rgb(186,108,219); }
H1.HeaderClassName
{
color: #BA6CDB;
}
.AnyTagClassName
{
color: #BA6CDB;
}
</style>
background-color css
<style>
a { background-color: #BA6CDB; }
a { background-color: rgb(186,108,219); }
div.DivClassName
{
background-color: #BA6CDB;
}
.BgClassName
{
background-color: #BA6CDB;
}
</style>
border-color css
<style>
span { border-color: #BA6CDB; }
span { border-color: rgb(186,108,219); }
td.TdClassName
{
border-color: #BA6CDB;
}
.TagClassName
{
border-color: #BA6CDB;
}
</style>