Shades of Medium Orchid #BF6EDB
Tints of Medium Orchid #BF6EDB
RGB
CMYK
RGB Variations
Color information
#BF6EDB (or 0xBF6EDB) is known color: Medium Orchid. HEX triplet: BF, 6E and DB. RGB value is (191,110,219). Sum of RGB (Red+Green+Blue) = 191+110+219=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EDB is #409124. Grayscale: #929292. Windows color (decimal): -4231461 or 14380735. OLE color: 14380735.
HSL color Cylindrical-coordinate representation of color #BF6EDB: hue angle of 284.59º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6EDB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 110 | 219 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.14 |
| HSL | 284.59º | 0.6% | 0.65% | - |
| HSV(B) | 284.59º | 0.5% | 0.86% | - |
| XYZ | 39.85 | 27.34 | 70.2 | - |
| YUV | 146.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 219 | 0.13 | 0.50 | 0 | 0.14 | 284.59 | 0.6 | 0.65 |
| Hex | BF | 6E | DB | D | 32 | 0 | E | 11D | 3C | 41 |
| Octal | 277 | 156 | 333 | 15 | 62 | 0 | 16 | 435 | 74 | 101 |
| Binary | 10111111 | 1101110 | 11011011 | 1101 | 110010 | 0 | 1110 | 100011101 | 111100 | 1000001 |
Color Harmonies of #BF6EDB
Complementary color
Monochromatic Colors of #BF6EDB
Black with #BF6EDB
Text Example
Text Example
White with #BF6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EDB; }
p { color: rgb(191,110,219); }
H1.HeaderClassName
{
color: #BF6EDB;
}
.AnyTagClassName
{
color: #BF6EDB;
}
</style>
background-color css
<style>
a { background-color: #BF6EDB; }
a { background-color: rgb(191,110,219); }
div.DivClassName
{
background-color: #BF6EDB;
}
.BgClassName
{
background-color: #BF6EDB;
}
</style>
border-color css
<style>
span { border-color: #BF6EDB; }
span { border-color: rgb(191,110,219); }
td.TdClassName
{
border-color: #BF6EDB;
}
.TagClassName
{
border-color: #BF6EDB;
}
</style>