#BE89DA

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

Shades of Wisteria #BE89DA

Tints of Wisteria #BE89DA

Color information

#BE89DA (or 0xBE89DA) is unknown color: approx Wisteria. HEX triplet: BE, 89 and DA. RGB value is (190,137,218). Sum of RGB (Red+Green+Blue) = 190+137+218=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE89DA is #417625. Grayscale: #A1A1A1. Windows color (decimal): -4290086 or 14322110. OLE color: 14322110.

HSL color Cylindrical-coordinate representation of color #BE89DA: hue angle of 279.26º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE89DA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190137218-
CMYK0.130.3700.15
HSL279.26º52.26%69.61%-
HSV(B)279.26º37.16%85.49%-
XYZ42.8433.970.62-
YUV162.08159.56147.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 218 (85.55% from 255) = 40%
R=34.86%
G=25.14%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901372180.130.3700.15279.2652.2669.61
HexBE89DAD250F1173446
Octal276211332154501742764106
Binary1011111010001001110110101101100101011111000101111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE89DA; }

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

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

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

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

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

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

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

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