Shades of Medium Orchid #BF2EE3
Tints of Medium Orchid #BF2EE3
RGB
CMYK
RGB Variations
Color information
#BF2EE3 (or 0xBF2EE3) is known color: Medium Orchid. HEX triplet: BF, 2E and E3. RGB value is (191,46,227). Sum of RGB (Red+Green+Blue) = 191+46+227=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF2EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2EE3 is #40D11C. Grayscale: #6D6D6D. Windows color (decimal): -4247837 or 14888639. OLE color: 14888639.
HSL color Cylindrical-coordinate representation of color #BF2EE3: hue angle of 288.07º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2EE3 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 46 | 227 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.11 |
| HSL | 288.07º | 0.76% | 0.54% | - |
| HSV(B) | 288.07º | 0.8% | 0.89% | - |
| XYZ | 36.33 | 18.58 | 74.34 | - |
| YUV | 109.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 227 | 0.16 | 0.80 | 0 | 0.11 | 288.07 | 0.76 | 0.54 |
| Hex | BF | 2E | E3 | 10 | 50 | 0 | B | 120 | 4C | 36 |
| Octal | 277 | 56 | 343 | 20 | 120 | 0 | 13 | 440 | 114 | 66 |
| Binary | 10111111 | 101110 | 11100011 | 10000 | 1010000 | 0 | 1011 | 100100000 | 1001100 | 110110 |
Color Harmonies of #BF2EE3
Complementary color
Monochromatic Colors of #BF2EE3
Black with #BF2EE3
Text Example
Text Example
White with #BF2EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EE3; }
p { color: rgb(191,46,227); }
H1.HeaderClassName
{
color: #BF2EE3;
}
.AnyTagClassName
{
color: #BF2EE3;
}
</style>
background-color css
<style>
a { background-color: #BF2EE3; }
a { background-color: rgb(191,46,227); }
div.DivClassName
{
background-color: #BF2EE3;
}
.BgClassName
{
background-color: #BF2EE3;
}
</style>
border-color css
<style>
span { border-color: #BF2EE3; }
span { border-color: rgb(191,46,227); }
td.TdClassName
{
border-color: #BF2EE3;
}
.TagClassName
{
border-color: #BF2EE3;
}
</style>