#BE80DE

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

Shades of Wisteria #BE80DE

Tints of Wisteria #BE80DE

Color information

#BE80DE (or 0xBE80DE) is unknown color: approx Wisteria. HEX triplet: BE, 80 and DE. RGB value is (190,128,222). Sum of RGB (Red+Green+Blue) = 190+128+222=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80DE is #417F21. Grayscale: #9C9C9C. Windows color (decimal): -4292386 or 14581950. OLE color: 14581950.

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

Color convert

RGB190128222-
CMYK0.140.4200.13
HSL279.57º58.75%68.63%-
HSV(B)279.57º42.34%87.06%-
XYZ42.1431.6673-
YUV157.25164.54151.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=35.19%
G=23.70%
B=41.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901282220.140.4200.13279.5758.7568.63
HexBE80DEE2A0D1183b45
Octal276200336165201543073105
Binary1011111010000000110111101110101010011011000110001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80DE; }

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

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

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

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

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

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

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

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