#BE82DA

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

Shades of Wisteria #BE82DA

Tints of Wisteria #BE82DA

Color information

#BE82DA (or 0xBE82DA) is unknown color: approx Wisteria. HEX triplet: BE, 82 and DA. RGB value is (190,130,218). Sum of RGB (Red+Green+Blue) = 190+130+218=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82DA is #417D25. Grayscale: #9D9D9D. Windows color (decimal): -4291878 or 14320318. OLE color: 14320318.

HSL color Cylindrical-coordinate representation of color #BE82DA: hue angle of 280.91º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE82DA is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190130218-
CMYK0.130.4000.15
HSL280.91º54.32%68.24%-
HSV(B)280.91º40.37%85.49%-
XYZ41.8731.9770.29-
YUV157.97161.88150.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=35.32%
G=24.16%
B=40.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901302180.130.4000.15280.9154.3268.24
HexBE82DAD280F1193644
Octal276202332155001743166104
Binary1011111010000010110110101101101000011111000110011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82DA; }

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

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

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

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

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

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

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

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