Shades of Medium Orchid #BF2EE5
Tints of Medium Orchid #BF2EE5
RGB
CMYK
RGB Variations
Color information
#BF2EE5 (or 0xBF2EE5) is known color: Medium Orchid. HEX triplet: BF, 2E and E5. RGB value is (191,46,229). Sum of RGB (Red+Green+Blue) = 191+46+229=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF2EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2EE5 is #40D11A. Grayscale: #6D6D6D. Windows color (decimal): -4247835 or 15019711. OLE color: 15019711.
HSL color Cylindrical-coordinate representation of color #BF2EE5: hue angle of 287.54º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2EE5 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 46 | 229 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.10 |
| HSL | 287.54º | 0.78% | 0.54% | - |
| HSV(B) | 287.54º | 0.8% | 0.9% | - |
| XYZ | 36.61 | 18.69 | 75.81 | - |
| YUV | 110.22 | 195.04 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 229 | 0.17 | 0.80 | 0 | 0.10 | 287.54 | 0.78 | 0.54 |
| Hex | BF | 2E | E5 | 11 | 50 | 0 | A | 120 | 4E | 36 |
| Octal | 277 | 56 | 345 | 21 | 120 | 0 | 12 | 440 | 116 | 66 |
| Binary | 10111111 | 101110 | 11100101 | 10001 | 1010000 | 0 | 1010 | 100100000 | 1001110 | 110110 |
Color Harmonies of #BF2EE5
Complementary color
Monochromatic Colors of #BF2EE5
Black with #BF2EE5
Text Example
Text Example
White with #BF2EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EE5; }
p { color: rgb(191,46,229); }
H1.HeaderClassName
{
color: #BF2EE5;
}
.AnyTagClassName
{
color: #BF2EE5;
}
</style>
background-color css
<style>
a { background-color: #BF2EE5; }
a { background-color: rgb(191,46,229); }
div.DivClassName
{
background-color: #BF2EE5;
}
.BgClassName
{
background-color: #BF2EE5;
}
</style>
border-color css
<style>
span { border-color: #BF2EE5; }
span { border-color: rgb(191,46,229); }
td.TdClassName
{
border-color: #BF2EE5;
}
.TagClassName
{
border-color: #BF2EE5;
}
</style>