Shades of Medium Orchid #BE4FE3
Tints of Medium Orchid #BE4FE3
RGB
CMYK
RGB Variations
Color information
#BE4FE3 (or 0xBE4FE3) is known color: Medium Orchid. HEX triplet: BE, 4F and E3. RGB value is (190,79,227). Sum of RGB (Red+Green+Blue) = 190+79+227=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #BE4FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FE3 is #41B01C. Grayscale: #808080. Windows color (decimal): -4304925 or 14897086. OLE color: 14897086.
HSL color Cylindrical-coordinate representation of color #BE4FE3: hue angle of 285º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4FE3 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 79 | 227 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.11 |
| HSL | 285º | 0.73% | 0.6% | - |
| HSV(B) | 285º | 0.65% | 0.89% | - |
| XYZ | 37.9 | 22.09 | 74.94 | - |
| YUV | 129.06 | 183.27 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 227 | 0.16 | 0.65 | 0 | 0.11 | 285 | 0.73 | 0.6 |
| Hex | BE | 4F | E3 | 10 | 41 | 0 | B | 11D | 49 | 3C |
| Octal | 276 | 117 | 343 | 20 | 101 | 0 | 13 | 435 | 111 | 74 |
| Binary | 10111110 | 1001111 | 11100011 | 10000 | 1000001 | 0 | 1011 | 100011101 | 1001001 | 111100 |
Color Harmonies of #BE4FE3
Complementary color
Monochromatic Colors of #BE4FE3
Black with #BE4FE3
Text Example
Text Example
White with #BE4FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4FE3; }
p { color: rgb(190,79,227); }
H1.HeaderClassName
{
color: #BE4FE3;
}
.AnyTagClassName
{
color: #BE4FE3;
}
</style>
background-color css
<style>
a { background-color: #BE4FE3; }
a { background-color: rgb(190,79,227); }
div.DivClassName
{
background-color: #BE4FE3;
}
.BgClassName
{
background-color: #BE4FE3;
}
</style>
border-color css
<style>
span { border-color: #BE4FE3; }
span { border-color: rgb(190,79,227); }
td.TdClassName
{
border-color: #BE4FE3;
}
.TagClassName
{
border-color: #BE4FE3;
}
</style>