#BD91DB

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

Shades of Wisteria #BD91DB

Tints of Wisteria #BD91DB

Color information

#BD91DB (or 0xBD91DB) is unknown color: approx Wisteria. HEX triplet: BD, 91 and DB. RGB value is (189,145,219). Sum of RGB (Red+Green+Blue) = 189+145+219=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91DB is #426E24. Grayscale: #A6A6A6. Windows color (decimal): -4353573 or 14389693. OLE color: 14389693.

HSL color Cylindrical-coordinate representation of color #BD91DB: hue angle of 275.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD91DB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189145219-
CMYK0.140.3400.14
HSL275.68º50.68%71.37%-
HSV(B)275.68º33.79%85.88%-
XYZ43.936.1871.69-
YUV166.59157.58143.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=34.18%
G=26.22%
B=39.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891452190.140.3400.14275.6850.6871.37
HexBD91DBE220E1143347
Octal275221333164201642463107
Binary1011110110010001110110111110100010011101000101001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91DB; }

 p { color: rgb(189,145,219); }

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

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

 a { background-color: rgb(189,145,219); }

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

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

 span { border-color: rgb(189,145,219); }

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