#BE77E5

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

Shades of Medium Orchid #BE77E5

Tints of Medium Orchid #BE77E5

Color information

#BE77E5 (or 0xBE77E5) is unknown color: approx Medium Orchid. HEX triplet: BE, 77 and E5. RGB value is (190,119,229). Sum of RGB (Red+Green+Blue) = 190+119+229=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77E5 is #41881A. Grayscale: #989898. Windows color (decimal): -4294683 or 15038398. OLE color: 15038398.

HSL color Cylindrical-coordinate representation of color #BE77E5: hue angle of 278.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE77E5 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190119229-
CMYK0.170.4800.10
HSL278.73º67.9%68.24%-
HSV(B)278.73º48.03%89.8%-
XYZ41.9729.877.67-
YUV152.77171.02154.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 229 (89.84% from 255) = 42.57%
R=35.32%
G=22.12%
B=42.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901192290.170.4800.10278.7367.968.24
HexBE77E511300A1174444
Octal2761673452160012427104104
Binary10111110111011111100101100011100000101010001011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77E5; }

 p { color: rgb(190,119,229); }

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

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

 a { background-color: rgb(190,119,229); }

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

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

 span { border-color: rgb(190,119,229); }

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