Shades of Medium Orchid #BE4EF6
Tints of Medium Orchid #BE4EF6
RGB
CMYK
RGB Variations
Color information
#BE4EF6 (or 0xBE4EF6) is known color: Medium Orchid. HEX triplet: BE, 4E and F6. RGB value is (190,78,246). Sum of RGB (Red+Green+Blue) = 190+78+246=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE4EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EF6 is #41B109. Grayscale: #828282. Windows color (decimal): -4305162 or 16142014. OLE color: 16142014.
HSL color Cylindrical-coordinate representation of color #BE4EF6: hue angle of 280º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4EF6 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 78 | 246 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.04 |
| HSL | 280º | 0.9% | 0.64% | - |
| HSV(B) | 280º | 0.68% | 0.96% | - |
| XYZ | 40.59 | 23.05 | 89.5 | - |
| YUV | 130.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 246 | 0.23 | 0.68 | 0 | 0.04 | 280 | 0.9 | 0.64 |
| Hex | BE | 4E | F6 | 17 | 44 | 0 | 4 | 118 | 5A | 40 |
| Octal | 276 | 116 | 366 | 27 | 104 | 0 | 4 | 430 | 132 | 100 |
| Binary | 10111110 | 1001110 | 11110110 | 10111 | 1000100 | 0 | 100 | 100011000 | 1011010 | 1000000 |
Color Harmonies of #BE4EF6
Complementary color
Monochromatic Colors of #BE4EF6
Black with #BE4EF6
Text Example
Text Example
White with #BE4EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EF6; }
p { color: rgb(190,78,246); }
H1.HeaderClassName
{
color: #BE4EF6;
}
.AnyTagClassName
{
color: #BE4EF6;
}
</style>
background-color css
<style>
a { background-color: #BE4EF6; }
a { background-color: rgb(190,78,246); }
div.DivClassName
{
background-color: #BE4EF6;
}
.BgClassName
{
background-color: #BE4EF6;
}
</style>
border-color css
<style>
span { border-color: #BE4EF6; }
span { border-color: rgb(190,78,246); }
td.TdClassName
{
border-color: #BE4EF6;
}
.TagClassName
{
border-color: #BE4EF6;
}
</style>