#BD89DA

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

Shades of Wisteria #BD89DA

Tints of Wisteria #BD89DA

Color information

#BD89DA (or 0xBD89DA) is unknown color: approx Wisteria. HEX triplet: BD, 89 and DA. RGB value is (189,137,218). Sum of RGB (Red+Green+Blue) = 189+137+218=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89DA is #427625. Grayscale: #A1A1A1. Windows color (decimal): -4355622 or 14322109. OLE color: 14322109.

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

Color convert

RGB189137218-
CMYK0.130.3700.15
HSL278.52º52.26%69.61%-
HSV(B)278.52º37.16%85.49%-
XYZ42.5933.7770.6-
YUV161.78159.73147.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 137 (53.91% from 255) = 25.18%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=34.74%
G=25.18%
B=40.07%

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
Decimal1891372180.130.3700.15278.5252.2669.61
HexBD89DAD250F1173446
Octal275211332154501742764106
Binary1011110110001001110110101101100101011111000101111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89DA; }

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

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

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

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

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

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

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

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