#BE80DF

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

Shades of Wisteria #BE80DF

Tints of Wisteria #BE80DF

Color information

#BE80DF (or 0xBE80DF) is unknown color: approx Wisteria. HEX triplet: BE, 80 and DF. RGB value is (190,128,223). Sum of RGB (Red+Green+Blue) = 190+128+223=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80DF is #417F20. Grayscale: #9D9D9D. Windows color (decimal): -4292385 or 14647486. OLE color: 14647486.

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

Color convert

RGB190128223-
CMYK0.150.4300.13
HSL279.16º59.75%68.82%-
HSV(B)279.16º42.6%87.45%-
XYZ42.2731.7173.71-
YUV157.37165.04151.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=35.12%
G=23.66%
B=41.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901282230.150.4300.13279.1659.7568.82
HexBE80DFF2B0D1173c45
Octal276200337175301542774105
Binary1011111010000000110111111111101011011011000101111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80DF; }

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

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

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

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

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

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

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

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