#be62e3

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

Shades of Medium Orchid #BE62E3

Tints of Medium Orchid #BE62E3

Color information

#BE62E3 (or 0xBE62E3) is unknown color: approx Medium Orchid. HEX triplet: BE, 62 and E3. RGB value is (190,98,227). Sum of RGB (Red+Green+Blue) = 190+98+227=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #BE62E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62E3 is #419D1C. Grayscale: #8B8B8B. Windows color (decimal): -4300061 or 14901950. OLE color: 14901950.

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

Color convert

RGB19098227-
CMYK0.160.5700.11
HSL282.79º69.73%63.73%-
HSV(B)282.79º56.83%89.02%-
XYZ39.4725.2375.46-
YUV140.21176.98163.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 98 (38.67% from 255) = 19.03%
BLUE value IS 227 (89.06% from 255) = 44.08%
R=36.89%
G=19.03%
B=44.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190982270.160.5700.11282.7969.7363.73
HexBE62E310390B11b4640
Octal2761423432071013433106100
Binary10111110110001011100011100001110010101110001101110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be62e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be62e3; }

 p { color: rgb(190,98,227); }

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

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

 a { background-color: rgb(190,98,227); }

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

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

 span { border-color: rgb(190,98,227); }

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