#BE52EC

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

Shades of Medium Orchid #BE52EC

Tints of Medium Orchid #BE52EC

Color information

#BE52EC (or 0xBE52EC) is unknown color: approx Medium Orchid. HEX triplet: BE, 52 and EC. RGB value is (190,82,236). Sum of RGB (Red+Green+Blue) = 190+82+236=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE52EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE52EC is #41AD13. Grayscale: #838383. Windows color (decimal): -4304148 or 15487678. OLE color: 15487678.

HSL color Cylindrical-coordinate representation of color #BE52EC: hue angle of 282.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE52EC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19082236-
CMYK0.190.6500.07
HSL282.08º80.21%62.35%-
HSV(B)282.08º65.25%92.55%-
XYZ39.3923.0481.73-
YUV131.85186.78169.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 82 (32.42% from 255) = 16.14%
BLUE value IS 236 (92.58% from 255) = 46.46%
R=37.40%
G=16.14%
B=46.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal190822360.190.6500.07282.0880.2162.35
HexBE52EC13410711a503e
Octal276122354231010743212076
Binary1011111010100101110110010011100000101111000110101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE52EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE52EC; }

 p { color: rgb(190,82,236); }

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

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

 a { background-color: rgb(190,82,236); }

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

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

 span { border-color: rgb(190,82,236); }

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