#BE81DF

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

Shades of Wisteria #BE81DF

Tints of Wisteria #BE81DF

Color information

#BE81DF (or 0xBE81DF) is unknown color: approx Wisteria. HEX triplet: BE, 81 and DF. RGB value is (190,129,223). Sum of RGB (Red+Green+Blue) = 190+129+223=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81DF is #417E20. Grayscale: #9D9D9D. Windows color (decimal): -4292129 or 14647742. OLE color: 14647742.

HSL color Cylindrical-coordinate representation of color #BE81DF: hue angle of 278.94º 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 #BE81DF is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190129223-
CMYK0.150.4200.13
HSL278.94º59.49%69.02%-
HSV(B)278.94º42.15%87.45%-
XYZ42.431.9873.75-
YUV157.95164.71150.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=35.06%
G=23.80%
B=41.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901292230.150.4200.13278.9459.4969.02
HexBE81DFF2A0D1173b45
Octal276201337175201542773105
Binary1011111010000001110111111111101010011011000101111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE81DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE81DF; }

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

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

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

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

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

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

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

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