#BD97D1

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

Shades of Wisteria #BD97D1

Tints of Wisteria #BD97D1

Color information

#BD97D1 (or 0xBD97D1) is unknown color: approx Wisteria. HEX triplet: BD, 97 and D1. RGB value is (189,151,209). Sum of RGB (Red+Green+Blue) = 189+151+209=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD97D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97D1 is #42682E. Grayscale: #A8A8A8. Windows color (decimal): -4352047 or 13735869. OLE color: 13735869.

HSL color Cylindrical-coordinate representation of color #BD97D1: hue angle of 279.31º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD97D1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189151209-
CMYK0.100.2800.18
HSL279.31º38.67%70.59%-
HSV(B)279.31º27.75%81.96%-
XYZ43.5637.5665.27-
YUV168.97150.59142.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 209 (82.03% from 255) = 38.07%
R=34.43%
G=27.50%
B=38.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891512090.100.2800.18279.3138.6770.59
HexBD97D1A1C0121172747
Octal275227321123402242747107
Binary1011110110010111110100011010111000100101000101111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97D1; }

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

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

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

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

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

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

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

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