#BD97CF

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

Shades of Wisteria #BD97CF

Tints of Wisteria #BD97CF

Color information

#BD97CF (or 0xBD97CF) is unknown color: approx Wisteria. HEX triplet: BD, 97 and CF. RGB value is (189,151,207). Sum of RGB (Red+Green+Blue) = 189+151+207=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD97CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97CF is #426830. Grayscale: #A8A8A8. Windows color (decimal): -4352049 or 13604797. OLE color: 13604797.

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

Color convert

RGB189151207-
CMYK0.090.2700.19
HSL280.71º36.84%70.2%-
HSV(B)280.71º27.05%81.18%-
XYZ43.3237.4663.98-
YUV168.75149.59142.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=34.55%
G=27.61%
B=37.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891512070.090.2700.19280.7136.8470.2
HexBD97CF91B0131192546
Octal275227317113302343145106
Binary1011110110010111110011111001110110100111000110011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97CF; }

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

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

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

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

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

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

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

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