Shades of Medium Orchid #BF6EDC
Tints of Medium Orchid #BF6EDC
RGB
CMYK
RGB Variations
Color information
#BF6EDC (or 0xBF6EDC) is known color: Medium Orchid. HEX triplet: BF, 6E and DC. RGB value is (191,110,220). Sum of RGB (Red+Green+Blue) = 191+110+220=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EDC is #409123. Grayscale: #929292. Windows color (decimal): -4231460 or 14446271. OLE color: 14446271.
HSL color Cylindrical-coordinate representation of color #BF6EDC: hue angle of 284.18º degrees, saturation: 0.61, 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 #BF6EDC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 110 | 220 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.14 |
| HSL | 284.18º | 0.61% | 0.65% | - |
| HSV(B) | 284.18º | 0.5% | 0.86% | - |
| XYZ | 39.98 | 27.4 | 70.89 | - |
| YUV | 146.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 220 | 0.13 | 0.50 | 0 | 0.14 | 284.18 | 0.61 | 0.65 |
| Hex | BF | 6E | DC | D | 32 | 0 | E | 11C | 3D | 41 |
| Octal | 277 | 156 | 334 | 15 | 62 | 0 | 16 | 434 | 75 | 101 |
| Binary | 10111111 | 1101110 | 11011100 | 1101 | 110010 | 0 | 1110 | 100011100 | 111101 | 1000001 |
Color Harmonies of #BF6EDC
Complementary color
Monochromatic Colors of #BF6EDC
Black with #BF6EDC
Text Example
Text Example
White with #BF6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EDC; }
p { color: rgb(191,110,220); }
H1.HeaderClassName
{
color: #BF6EDC;
}
.AnyTagClassName
{
color: #BF6EDC;
}
</style>
background-color css
<style>
a { background-color: #BF6EDC; }
a { background-color: rgb(191,110,220); }
div.DivClassName
{
background-color: #BF6EDC;
}
.BgClassName
{
background-color: #BF6EDC;
}
</style>
border-color css
<style>
span { border-color: #BF6EDC; }
span { border-color: rgb(191,110,220); }
td.TdClassName
{
border-color: #BF6EDC;
}
.TagClassName
{
border-color: #BF6EDC;
}
</style>