Shades of Medium Orchid #BE2EDF
Tints of Medium Orchid #BE2EDF
RGB
CMYK
RGB Variations
Color information
#BE2EDF (or 0xBE2EDF) is known color: Medium Orchid. HEX triplet: BE, 2E and DF. RGB value is (190,46,223). Sum of RGB (Red+Green+Blue) = 190+46+223=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE2EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EDF is #41D120. Grayscale: #6C6C6C. Windows color (decimal): -4313377 or 14626494. OLE color: 14626494.
HSL color Cylindrical-coordinate representation of color #BE2EDF: hue angle of 288.81º 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 #BE2EDF is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 46 | 223 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.13 |
| HSL | 288.81º | 0.73% | 0.53% | - |
| HSV(B) | 288.81º | 0.79% | 0.87% | - |
| XYZ | 35.53 | 18.23 | 71.46 | - |
| YUV | 109.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 223 | 0.15 | 0.79 | 0 | 0.13 | 288.81 | 0.73 | 0.53 |
| Hex | BE | 2E | DF | F | 4F | 0 | D | 121 | 49 | 35 |
| Octal | 276 | 56 | 337 | 17 | 117 | 0 | 15 | 441 | 111 | 65 |
| Binary | 10111110 | 101110 | 11011111 | 1111 | 1001111 | 0 | 1101 | 100100001 | 1001001 | 110101 |
Color Harmonies of #BE2EDF
Complementary color
Monochromatic Colors of #BE2EDF
Black with #BE2EDF
Text Example
Text Example
White with #BE2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EDF; }
p { color: rgb(190,46,223); }
H1.HeaderClassName
{
color: #BE2EDF;
}
.AnyTagClassName
{
color: #BE2EDF;
}
</style>
background-color css
<style>
a { background-color: #BE2EDF; }
a { background-color: rgb(190,46,223); }
div.DivClassName
{
background-color: #BE2EDF;
}
.BgClassName
{
background-color: #BE2EDF;
}
</style>
border-color css
<style>
span { border-color: #BE2EDF; }
span { border-color: rgb(190,46,223); }
td.TdClassName
{
border-color: #BE2EDF;
}
.TagClassName
{
border-color: #BE2EDF;
}
</style>