#BE77E1

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

Shades of Medium Orchid #BE77E1

Tints of Medium Orchid #BE77E1

Color information

#BE77E1 (or 0xBE77E1) is unknown color: approx Medium Orchid. HEX triplet: BE, 77 and E1. RGB value is (190,119,225). Sum of RGB (Red+Green+Blue) = 190+119+225=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77E1 is #41881E. Grayscale: #979797. Windows color (decimal): -4294687 or 14776254. OLE color: 14776254.

HSL color Cylindrical-coordinate representation of color #BE77E1: hue angle of 280.19º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE77E1 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190119225-
CMYK0.160.4700.12
HSL280.19º63.86%67.45%-
HSV(B)280.19º47.11%88.24%-
XYZ41.4229.5874.76-
YUV152.31169.02154.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=35.58%
G=22.28%
B=42.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901192250.160.4700.12280.1963.8667.45
HexBE77E1102F0C1184043
Octal2761673412057014430100103
Binary10111110111011111100001100001011110110010001100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77E1; }

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

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

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

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

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

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

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

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