#BE73EA

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

Shades of Medium Orchid #BE73EA

Tints of Medium Orchid #BE73EA

Color information

#BE73EA (or 0xBE73EA) is unknown color: approx Medium Orchid. HEX triplet: BE, 73 and EA. RGB value is (190,115,234). Sum of RGB (Red+Green+Blue) = 190+115+234=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE73EA is #418C15. Grayscale: #969696. Windows color (decimal): -4295702 or 15365054. OLE color: 15365054.

HSL color Cylindrical-coordinate representation of color #BE73EA: hue angle of 277.82º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE73EA is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190115234-
CMYK0.190.5100.08
HSL277.82º73.91%68.43%-
HSV(B)277.82º50.85%91.76%-
XYZ42.2229.1581.24-
YUV150.99174.85155.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 115 (45.31% from 255) = 21.34%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=35.25%
G=21.34%
B=43.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901152340.190.5100.08277.8273.9168.43
HexBE73EA1333081164a44
Octal2761633522363010426112104
Binary10111110111001111101010100111100110100010001011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73EA; }

 p { color: rgb(190,115,234); }

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

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

 a { background-color: rgb(190,115,234); }

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

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

 span { border-color: rgb(190,115,234); }

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