#BE4ED2

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

Shades of Medium Orchid #BE4ED2

Tints of Medium Orchid #BE4ED2

Color information

#BE4ED2 (or 0xBE4ED2) is unknown color: approx Medium Orchid. HEX triplet: BE, 4E and D2. RGB value is (190,78,210). Sum of RGB (Red+Green+Blue) = 190+78+210=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE4ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4ED2 is #41B12D. Grayscale: #7E7E7E. Windows color (decimal): -4305198 or 13782718. OLE color: 13782718.

HSL color Cylindrical-coordinate representation of color #BE4ED2: hue angle of 290.91º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4ED2 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19078210-
CMYK0.100.6300.18
HSL290.91º59.46%56.47%-
HSV(B)290.91º62.86%82.35%-
XYZ35.5921.0563.16-
YUV126.54175.11173.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 78 (30.86% from 255) = 16.32%
BLUE value IS 210 (82.42% from 255) = 43.93%
R=39.75%
G=16.32%
B=43.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190782100.100.6300.18290.9159.4656.47
HexBE4ED2A3F0121233b38
Octal27611632212770224437370
Binary101111101001110110100101010111111010010100100011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4ED2; }

 p { color: rgb(190,78,210); }

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

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

 a { background-color: rgb(190,78,210); }

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

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

 span { border-color: rgb(190,78,210); }

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