#BD89D8

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

Shades of Wisteria #BD89D8

Tints of Wisteria #BD89D8

Color information

#BD89D8 (or 0xBD89D8) is unknown color: approx Wisteria. HEX triplet: BD, 89 and D8. RGB value is (189,137,216). Sum of RGB (Red+Green+Blue) = 189+137+216=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD89D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89D8 is #427627. Grayscale: #A1A1A1. Windows color (decimal): -4355624 or 14191037. OLE color: 14191037.

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

Color convert

RGB189137216-
CMYK0.120.3700.15
HSL279.49º50.32%69.22%-
HSV(B)279.49º36.57%84.71%-
XYZ42.3333.6769.23-
YUV161.55158.73147.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 216 (84.77% from 255) = 39.85%
R=34.87%
G=25.28%
B=39.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891372160.120.3700.15279.4950.3269.22
HexBD89D8C250F1173245
Octal275211330144501742762105
Binary1011110110001001110110001100100101011111000101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89D8; }

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

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

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

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

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

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

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

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