#BD97D0

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

Shades of Wisteria #BD97D0

Tints of Wisteria #BD97D0

Color information

#BD97D0 (or 0xBD97D0) is unknown color: approx Wisteria. HEX triplet: BD, 97 and D0. RGB value is (189,151,208). Sum of RGB (Red+Green+Blue) = 189+151+208=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97D0 is #42682F. Grayscale: #A8A8A8. Windows color (decimal): -4352048 or 13670333. OLE color: 13670333.

HSL color Cylindrical-coordinate representation of color #BD97D0: hue angle of 280º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD97D0 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189151208-
CMYK0.090.2700.18
HSL280º37.75%70.39%-
HSV(B)280º27.4%81.57%-
XYZ43.4437.5164.62-
YUV168.86150.09142.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 208 (81.64% from 255) = 37.96%
R=34.49%
G=27.55%
B=37.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891512080.090.2700.1828037.7570.39
HexBD97D091B0121182646
Octal275227320113302243046106
Binary1011110110010111110100001001110110100101000110001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97D0; }

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

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

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

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

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

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

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

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