#be73de

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

Shades of Medium Orchid #BE73DE

Tints of Medium Orchid #BE73DE

Color information

#BE73DE (or 0xBE73DE) is unknown color: approx Medium Orchid. HEX triplet: BE, 73 and DE. RGB value is (190,115,222). Sum of RGB (Red+Green+Blue) = 190+115+222=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73DE is #418C21. Grayscale: #959595. Windows color (decimal): -4295714 or 14578622. OLE color: 14578622.

HSL color Cylindrical-coordinate representation of color #BE73DE: hue angle of 282.06º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE73DE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190115222-
CMYK0.140.4800.13
HSL282.06º61.85%66.08%-
HSV(B)282.06º48.2%87.06%-
XYZ40.5528.4872.47-
YUV149.62168.85156.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 115 (45.31% from 255) = 21.82%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=36.05%
G=21.82%
B=42.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901152220.140.4800.13282.0661.8566.08
HexBE73DEE300D11a3e42
Octal276163336166001543276102
Binary101111101110011110111101110110000011011000110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be73de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be73de; }

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

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

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

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

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

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

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

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