Shades of Medium Orchid #BF6EDA
Tints of Medium Orchid #BF6EDA
RGB
CMYK
RGB Variations
Color information
#BF6EDA (or 0xBF6EDA) is known color: Medium Orchid. HEX triplet: BF, 6E and DA. RGB value is (191,110,218). Sum of RGB (Red+Green+Blue) = 191+110+218=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EDA is #409125. Grayscale: #929292. Windows color (decimal): -4231462 or 14315199. OLE color: 14315199.
HSL color Cylindrical-coordinate representation of color #BF6EDA: hue angle of 285º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6EDA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 110 | 218 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.15 |
| HSL | 285º | 0.59% | 0.64% | - |
| HSV(B) | 285º | 0.5% | 0.85% | - |
| XYZ | 39.72 | 27.29 | 69.5 | - |
| YUV | 146.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 218 | 0.12 | 0.50 | 0 | 0.15 | 285 | 0.59 | 0.64 |
| Hex | BF | 6E | DA | C | 32 | 0 | F | 11D | 3B | 40 |
| Octal | 277 | 156 | 332 | 14 | 62 | 0 | 17 | 435 | 73 | 100 |
| Binary | 10111111 | 1101110 | 11011010 | 1100 | 110010 | 0 | 1111 | 100011101 | 111011 | 1000000 |
Color Harmonies of #BF6EDA
Complementary color
Monochromatic Colors of #BF6EDA
Black with #BF6EDA
Text Example
Text Example
White with #BF6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EDA; }
p { color: rgb(191,110,218); }
H1.HeaderClassName
{
color: #BF6EDA;
}
.AnyTagClassName
{
color: #BF6EDA;
}
</style>
background-color css
<style>
a { background-color: #BF6EDA; }
a { background-color: rgb(191,110,218); }
div.DivClassName
{
background-color: #BF6EDA;
}
.BgClassName
{
background-color: #BF6EDA;
}
</style>
border-color css
<style>
span { border-color: #BF6EDA; }
span { border-color: rgb(191,110,218); }
td.TdClassName
{
border-color: #BF6EDA;
}
.TagClassName
{
border-color: #BF6EDA;
}
</style>