Shades of Medium Orchid #BE4EEC
Tints of Medium Orchid #BE4EEC
RGB
CMYK
RGB Variations
Color information
#BE4EEC (or 0xBE4EEC) is known color: Medium Orchid. HEX triplet: BE, 4E and EC. RGB value is (190,78,236). Sum of RGB (Red+Green+Blue) = 190+78+236=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE4EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EEC is #41B113. Grayscale: #808080. Windows color (decimal): -4305172 or 15486654. OLE color: 15486654.
HSL color Cylindrical-coordinate representation of color #BE4EEC: hue angle of 282.53º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE4EEC is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 78 | 236 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.07 |
| HSL | 282.53º | 0.81% | 0.62% | - |
| HSV(B) | 282.53º | 0.67% | 0.93% | - |
| XYZ | 39.1 | 22.45 | 81.63 | - |
| YUV | 129.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 236 | 0.19 | 0.67 | 0 | 0.07 | 282.53 | 0.81 | 0.62 |
| Hex | BE | 4E | EC | 13 | 43 | 0 | 7 | 11B | 51 | 3E |
| Octal | 276 | 116 | 354 | 23 | 103 | 0 | 7 | 433 | 121 | 76 |
| Binary | 10111110 | 1001110 | 11101100 | 10011 | 1000011 | 0 | 111 | 100011011 | 1010001 | 111110 |
Color Harmonies of #BE4EEC
Complementary color
Monochromatic Colors of #BE4EEC
Black with #BE4EEC
Text Example
Text Example
White with #BE4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EEC; }
p { color: rgb(190,78,236); }
H1.HeaderClassName
{
color: #BE4EEC;
}
.AnyTagClassName
{
color: #BE4EEC;
}
</style>
background-color css
<style>
a { background-color: #BE4EEC; }
a { background-color: rgb(190,78,236); }
div.DivClassName
{
background-color: #BE4EEC;
}
.BgClassName
{
background-color: #BE4EEC;
}
</style>
border-color css
<style>
span { border-color: #BE4EEC; }
span { border-color: rgb(190,78,236); }
td.TdClassName
{
border-color: #BE4EEC;
}
.TagClassName
{
border-color: #BE4EEC;
}
</style>