Shades of Medium Orchid #BA6FDB
Tints of Medium Orchid #BA6FDB
RGB
CMYK
RGB Variations
Color information
#BA6FDB (or 0xBA6FDB) is known color: Medium Orchid. HEX triplet: BA, 6F and DB. RGB value is (186,111,219). Sum of RGB (Red+Green+Blue) = 186+111+219=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FDB is #459024. Grayscale: #919191. Windows color (decimal): -4558885 or 14380986. OLE color: 14380986.
HSL color Cylindrical-coordinate representation of color #BA6FDB: hue angle of 281.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA6FDB is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 111 | 219 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.14 |
| HSL | 281.67º | 0.6% | 0.65% | - |
| HSV(B) | 281.67º | 0.49% | 0.86% | - |
| XYZ | 38.72 | 26.92 | 70.17 | - |
| YUV | 145.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 219 | 0.15 | 0.49 | 0 | 0.14 | 281.67 | 0.6 | 0.65 |
| Hex | BA | 6F | DB | F | 31 | 0 | E | 11A | 3C | 41 |
| Octal | 272 | 157 | 333 | 17 | 61 | 0 | 16 | 432 | 74 | 101 |
| Binary | 10111010 | 1101111 | 11011011 | 1111 | 110001 | 0 | 1110 | 100011010 | 111100 | 1000001 |
Color Harmonies of #BA6FDB
Complementary color
Monochromatic Colors of #BA6FDB
Black with #BA6FDB
Text Example
Text Example
White with #BA6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FDB; }
p { color: rgb(186,111,219); }
H1.HeaderClassName
{
color: #BA6FDB;
}
.AnyTagClassName
{
color: #BA6FDB;
}
</style>
background-color css
<style>
a { background-color: #BA6FDB; }
a { background-color: rgb(186,111,219); }
div.DivClassName
{
background-color: #BA6FDB;
}
.BgClassName
{
background-color: #BA6FDB;
}
</style>
border-color css
<style>
span { border-color: #BA6FDB; }
span { border-color: rgb(186,111,219); }
td.TdClassName
{
border-color: #BA6FDB;
}
.TagClassName
{
border-color: #BA6FDB;
}
</style>