#BE4EFC

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

Shades of Medium Orchid #BE4EFC

Tints of Medium Orchid #BE4EFC

Color information

#BE4EFC (or 0xBE4EFC) is unknown color: approx Medium Orchid. HEX triplet: BE, 4E and FC. RGB value is (190,78,252). Sum of RGB (Red+Green+Blue) = 190+78+252=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EFC is #41B103. Grayscale: #828282. Windows color (decimal): -4305156 or 16535230. OLE color: 16535230.

HSL color Cylindrical-coordinate representation of color #BE4EFC: hue angle of 278.62º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4EFC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19078252-
CMYK0.250.6900.01
HSL278.62º96.67%64.71%-
HSV(B)278.62º69.05%98.82%-
XYZ41.5323.4294.43-
YUV131.32196.11169.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 78 (30.86% from 255) = 15%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=36.54%
G=15%
B=48.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190782520.250.6900.01278.6296.6764.71
HexBE4EFC1945011176141
Octal2761163743110501427141101
Binary101111101001110111111001100110001010110001011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EFC; }

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

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

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

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

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

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

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

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