#BE4EF4

Color #BE4EF4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE4EF4

Tints of Medium Orchid #BE4EF4

Color information

#BE4EF4 (or 0xBE4EF4) is unknown color: approx Medium Orchid. HEX triplet: BE, 4E and F4. RGB value is (190,78,244). Sum of RGB (Red+Green+Blue) = 190+78+244=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE4EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EF4 is #41B10B. Grayscale: #818181. Windows color (decimal): -4305164 or 16010942. OLE color: 16010942.

HSL color Cylindrical-coordinate representation of color #BE4EF4: hue angle of 280.48º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4EF4 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19078244-
CMYK0.220.6800.04
HSL280.48º88.3%63.14%-
HSV(B)280.48º68.03%95.69%-
XYZ40.2922.9387.89-
YUV130.41192.11170.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 78 (30.86% from 255) = 15.23%
BLUE value IS 244 (95.70% from 255) = 47.66%
R=37.11%
G=15.23%
B=47.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190782440.220.6800.04280.4888.363.14
HexBE4EF4164404118583f
Octal276116364261040443013077
Binary1011111010011101111010010110100010001001000110001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EF4; }

 p { color: rgb(190,78,244); }

 H1.HeaderClassName
 {
   color: #BE4EF4;
 }
 .AnyTagClassName
 {
   color: #BE4EF4;
 }
</style>
background-color css

<style>
 a { background-color: #BE4EF4; }

 a { background-color: rgb(190,78,244); }

 div.DivClassName
 {
   background-color: #BE4EF4;
 }
 .BgClassName
 {
   background-color: #BE4EF4;
 }
</style>
border-color css

<style>
 span { border-color: #BE4EF4; }

 span { border-color: rgb(190,78,244); }

 td.TdClassName
 {
   border-color: #BE4EF4;
 }
 .TagClassName
 {
   border-color: #BE4EF4;
 }
</style>