Shades of Medium Orchid #BE2FEC
Tints of Medium Orchid #BE2FEC
RGB
CMYK
RGB Variations
Color information
#BE2FEC (or 0xBE2FEC) is known color: Medium Orchid. HEX triplet: BE, 2F and EC. RGB value is (190,47,236). Sum of RGB (Red+Green+Blue) = 190+47+236=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2FEC is #41D013. Grayscale: #6E6E6E. Windows color (decimal): -4313108 or 15478718. OLE color: 15478718.
HSL color Cylindrical-coordinate representation of color #BE2FEC: hue angle of 285.4º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2FEC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 47 | 236 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.07 |
| HSL | 285.4º | 0.83% | 0.55% | - |
| HSV(B) | 285.4º | 0.8% | 0.93% | - |
| XYZ | 37.39 | 19.04 | 81.06 | - |
| YUV | 111.3 | 198.38 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 236 | 0.19 | 0.80 | 0 | 0.07 | 285.4 | 0.83 | 0.55 |
| Hex | BE | 2F | EC | 13 | 50 | 0 | 7 | 11D | 53 | 37 |
| Octal | 276 | 57 | 354 | 23 | 120 | 0 | 7 | 435 | 123 | 67 |
| Binary | 10111110 | 101111 | 11101100 | 10011 | 1010000 | 0 | 111 | 100011101 | 1010011 | 110111 |
Color Harmonies of #BE2FEC
Complementary color
Monochromatic Colors of #BE2FEC
Black with #BE2FEC
Text Example
Text Example
White with #BE2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2FEC; }
p { color: rgb(190,47,236); }
H1.HeaderClassName
{
color: #BE2FEC;
}
.AnyTagClassName
{
color: #BE2FEC;
}
</style>
background-color css
<style>
a { background-color: #BE2FEC; }
a { background-color: rgb(190,47,236); }
div.DivClassName
{
background-color: #BE2FEC;
}
.BgClassName
{
background-color: #BE2FEC;
}
</style>
border-color css
<style>
span { border-color: #BE2FEC; }
span { border-color: rgb(190,47,236); }
td.TdClassName
{
border-color: #BE2FEC;
}
.TagClassName
{
border-color: #BE2FEC;
}
</style>