#BE6AE5

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

Shades of Medium Orchid #BE6AE5

Tints of Medium Orchid #BE6AE5

Color information

#BE6AE5 (or 0xBE6AE5) is unknown color: approx Medium Orchid. HEX triplet: BE, 6A and E5. RGB value is (190,106,229). Sum of RGB (Red+Green+Blue) = 190+106+229=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE6AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6AE5 is #41951A. Grayscale: #909090. Windows color (decimal): -4298011 or 15035070. OLE color: 15035070.

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

Color convert

RGB190106229-
CMYK0.170.5400.10
HSL280.98º70.29%65.69%-
HSV(B)280.98º53.71%89.8%-
XYZ40.5326.9177.19-
YUV145.14175.33160-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 106 (41.80% from 255) = 20.19%
BLUE value IS 229 (89.84% from 255) = 43.62%
R=36.19%
G=20.19%
B=43.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901062290.170.5400.10280.9870.2965.69
HexBE6AE511360A1194642
Octal2761523452166012431106102
Binary10111110110101011100101100011101100101010001100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6AE5; }

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

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

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

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

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

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

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

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