#BD97DA

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

Shades of Wisteria #BD97DA

Tints of Wisteria #BD97DA

Color information

#BD97DA (or 0xBD97DA) is unknown color: approx Wisteria. HEX triplet: BD, 97 and DA. RGB value is (189,151,218). Sum of RGB (Red+Green+Blue) = 189+151+218=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97DA is #426825. Grayscale: #A9A9A9. Windows color (decimal): -4352038 or 14325693. OLE color: 14325693.

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

Color convert

RGB189151218-
CMYK0.130.3100.15
HSL274.03º47.52%72.35%-
HSV(B)274.03º30.73%85.49%-
XYZ44.7138.0171.31-
YUV170155.09141.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=33.87%
G=27.06%
B=39.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891512180.130.3100.15274.0347.5272.35
HexBD97DAD1F0F1123048
Octal275227332153701742260110
Binary101111011001011111011010110111111011111000100101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97DA; }

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

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

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

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

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

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

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

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