#BE62E4

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

Shades of Medium Orchid #BE62E4

Tints of Medium Orchid #BE62E4

Color information

#BE62E4 (or 0xBE62E4) is unknown color: approx Medium Orchid. HEX triplet: BE, 62 and E4. RGB value is (190,98,228). Sum of RGB (Red+Green+Blue) = 190+98+228=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE62E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62E4 is #419D1B. Grayscale: #8B8B8B. Windows color (decimal): -4300060 or 14967486. OLE color: 14967486.

HSL color Cylindrical-coordinate representation of color #BE62E4: hue angle of 282.46º degrees, saturation: 0.71, 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 #BE62E4 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19098228-
CMYK0.170.5700.11
HSL282.46º70.65%63.92%-
HSV(B)282.46º57.02%89.41%-
XYZ39.6125.2876.19-
YUV140.33177.48163.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 98 (38.67% from 255) = 18.99%
BLUE value IS 228 (89.45% from 255) = 44.19%
R=36.82%
G=18.99%
B=44.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190982280.170.5700.11282.4670.6563.92
HexBE62E411390B11a4740
Octal2761423442171013432107100
Binary10111110110001011100100100011110010101110001101010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62E4; }

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

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

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

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

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

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

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

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