Shades of Medium Orchid #BF2EDE
Tints of Medium Orchid #BF2EDE
RGB
CMYK
RGB Variations
Color information
#BF2EDE (or 0xBF2EDE) is known color: Medium Orchid. HEX triplet: BF, 2E and DE. RGB value is (191,46,222). Sum of RGB (Red+Green+Blue) = 191+46+222=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2EDE is #40D121. Grayscale: #6C6C6C. Windows color (decimal): -4247842 or 14560959. OLE color: 14560959.
HSL color Cylindrical-coordinate representation of color #BF2EDE: hue angle of 289.43º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2EDE is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 46 | 222 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.13 |
| HSL | 289.43º | 0.73% | 0.53% | - |
| HSV(B) | 289.43º | 0.79% | 0.87% | - |
| XYZ | 35.65 | 18.3 | 70.76 | - |
| YUV | 109.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 222 | 0.14 | 0.79 | 0 | 0.13 | 289.43 | 0.73 | 0.53 |
| Hex | BF | 2E | DE | E | 4F | 0 | D | 121 | 49 | 35 |
| Octal | 277 | 56 | 336 | 16 | 117 | 0 | 15 | 441 | 111 | 65 |
| Binary | 10111111 | 101110 | 11011110 | 1110 | 1001111 | 0 | 1101 | 100100001 | 1001001 | 110101 |
Color Harmonies of #BF2EDE
Complementary color
Monochromatic Colors of #BF2EDE
Black with #BF2EDE
Text Example
Text Example
White with #BF2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EDE; }
p { color: rgb(191,46,222); }
H1.HeaderClassName
{
color: #BF2EDE;
}
.AnyTagClassName
{
color: #BF2EDE;
}
</style>
background-color css
<style>
a { background-color: #BF2EDE; }
a { background-color: rgb(191,46,222); }
div.DivClassName
{
background-color: #BF2EDE;
}
.BgClassName
{
background-color: #BF2EDE;
}
</style>
border-color css
<style>
span { border-color: #BF2EDE; }
span { border-color: rgb(191,46,222); }
td.TdClassName
{
border-color: #BF2EDE;
}
.TagClassName
{
border-color: #BF2EDE;
}
</style>