Shades of Medium Orchid #BF6EDF
Tints of Medium Orchid #BF6EDF
RGB
CMYK
RGB Variations
Color information
#BF6EDF (or 0xBF6EDF) is known color: Medium Orchid. HEX triplet: BF, 6E and DF. RGB value is (191,110,223). Sum of RGB (Red+Green+Blue) = 191+110+223=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF6EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EDF is #409120. Grayscale: #929292. Windows color (decimal): -4231457 or 14642879. OLE color: 14642879.
HSL color Cylindrical-coordinate representation of color #BF6EDF: hue angle of 283.01º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6EDF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 110 | 223 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.13 |
| HSL | 283.01º | 0.64% | 0.65% | - |
| HSV(B) | 283.01º | 0.51% | 0.87% | - |
| XYZ | 40.38 | 27.56 | 73 | - |
| YUV | 147.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 223 | 0.14 | 0.51 | 0 | 0.13 | 283.01 | 0.64 | 0.65 |
| Hex | BF | 6E | DF | E | 33 | 0 | D | 11B | 40 | 41 |
| Octal | 277 | 156 | 337 | 16 | 63 | 0 | 15 | 433 | 100 | 101 |
| Binary | 10111111 | 1101110 | 11011111 | 1110 | 110011 | 0 | 1101 | 100011011 | 1000000 | 1000001 |
Color Harmonies of #BF6EDF
Complementary color
Monochromatic Colors of #BF6EDF
Black with #BF6EDF
Text Example
Text Example
White with #BF6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EDF; }
p { color: rgb(191,110,223); }
H1.HeaderClassName
{
color: #BF6EDF;
}
.AnyTagClassName
{
color: #BF6EDF;
}
</style>
background-color css
<style>
a { background-color: #BF6EDF; }
a { background-color: rgb(191,110,223); }
div.DivClassName
{
background-color: #BF6EDF;
}
.BgClassName
{
background-color: #BF6EDF;
}
</style>
border-color css
<style>
span { border-color: #BF6EDF; }
span { border-color: rgb(191,110,223); }
td.TdClassName
{
border-color: #BF6EDF;
}
.TagClassName
{
border-color: #BF6EDF;
}
</style>