#BD97DB

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

Shades of Wisteria #BD97DB

Tints of Wisteria #BD97DB

Color information

#BD97DB (or 0xBD97DB) is unknown color: approx Wisteria. HEX triplet: BD, 97 and DB. RGB value is (189,151,219). Sum of RGB (Red+Green+Blue) = 189+151+219=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97DB is #426824. Grayscale: #A9A9A9. Windows color (decimal): -4352037 or 14391229. OLE color: 14391229.

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

Color convert

RGB189151219-
CMYK0.140.3100.14
HSL273.53º48.57%72.55%-
HSV(B)273.53º31.05%85.88%-
XYZ44.8438.0772-
YUV170.11155.59141.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=33.81%
G=27.01%
B=39.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891512190.140.3100.14273.5348.5772.55
HexBD97DBE1F0E1123149
Octal275227333163701642261111
Binary101111011001011111011011111011111011101000100101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97DB; }

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

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

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

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

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

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

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

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