#BE5EE2

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

Shades of Medium Orchid #BE5EE2

Tints of Medium Orchid #BE5EE2

Color information

#BE5EE2 (or 0xBE5EE2) is unknown color: approx Medium Orchid. HEX triplet: BE, 5E and E2. RGB value is (190,94,226). Sum of RGB (Red+Green+Blue) = 190+94+226=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE5EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EE2 is #41A11D. Grayscale: #898989. Windows color (decimal): -4301086 or 14835390. OLE color: 14835390.

HSL color Cylindrical-coordinate representation of color #BE5EE2: hue angle of 283.64º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5EE2 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19094226-
CMYK0.160.5800.11
HSL283.64º69.47%62.75%-
HSV(B)283.64º58.41%88.63%-
XYZ38.9724.4474.62-
YUV137.75177.8165.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 94 (37.11% from 255) = 18.43%
BLUE value IS 226 (88.67% from 255) = 44.31%
R=37.25%
G=18.43%
B=44.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190942260.160.5800.11283.6469.4762.75
HexBE5EE2103A0B11c453f
Octal276136342207201343410577
Binary1011111010111101110001010000111010010111000111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5EE2; }

 p { color: rgb(190,94,226); }

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

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

 a { background-color: rgb(190,94,226); }

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

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

 span { border-color: rgb(190,94,226); }

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