#BE5AE5

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

Shades of Medium Orchid #BE5AE5

Tints of Medium Orchid #BE5AE5

Color information

#BE5AE5 (or 0xBE5AE5) is unknown color: approx Medium Orchid. HEX triplet: BE, 5A and E5. RGB value is (190,90,229). Sum of RGB (Red+Green+Blue) = 190+90+229=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE5AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5AE5 is #41A51A. Grayscale: #878787. Windows color (decimal): -4302107 or 15030974. OLE color: 15030974.

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

Color convert

RGB19090229-
CMYK0.170.6100.10
HSL283.17º72.77%62.55%-
HSV(B)283.17º60.7%89.8%-
XYZ39.0323.9276.69-
YUV135.75180.63166.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 90 (35.55% from 255) = 17.68%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=37.33%
G=17.68%
B=44.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal190902290.170.6100.10283.1772.7762.55
HexBE5AE5113D0A11b493f
Octal276132345217501243311177
Binary1011111010110101110010110001111101010101000110111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5AE5; }

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

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

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

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

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

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

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

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