#BE82DE

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

Shades of Wisteria #BE82DE

Tints of Wisteria #BE82DE

Color information

#BE82DE (or 0xBE82DE) is unknown color: approx Wisteria. HEX triplet: BE, 82 and DE. RGB value is (190,130,222). Sum of RGB (Red+Green+Blue) = 190+130+222=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82DE is #417D21. Grayscale: #9E9E9E. Windows color (decimal): -4291874 or 14582462. OLE color: 14582462.

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

Color convert

RGB190130222-
CMYK0.140.4100.13
HSL279.13º58.23%69.02%-
HSV(B)279.13º41.44%87.06%-
XYZ42.432.1973.08-
YUV158.43163.88150.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 130 (51.17% from 255) = 23.99%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=35.06%
G=23.99%
B=40.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901302220.140.4100.13279.1358.2369.02
HexBE82DEE290D1173a45
Octal276202336165101542772105
Binary1011111010000010110111101110101001011011000101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82DE; }

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

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

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

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

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

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

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

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