#BF97D7

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

Shades of Wisteria #BF97D7

Tints of Wisteria #BF97D7

Color information

#BF97D7 (or 0xBF97D7) is unknown color: approx Wisteria. HEX triplet: BF, 97 and D7. RGB value is (191,151,215). Sum of RGB (Red+Green+Blue) = 191+151+215=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF97D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97D7 is #406828. Grayscale: #AAAAAA. Windows color (decimal): -4220969 or 14129087. OLE color: 14129087.

HSL color Cylindrical-coordinate representation of color #BF97D7: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF97D7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191151215-
CMYK0.110.3000.16
HSL277.5º44.44%71.76%-
HSV(B)277.5º29.77%84.31%-
XYZ44.8238.1269.28-
YUV170.26153.25142.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=34.29%
G=27.11%
B=38.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911512150.110.3000.16277.544.4471.76
HexBF97D7B1E0101162c48
Octal277227327133602042654110
Binary1011111110010111110101111011111100100001000101101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97D7; }

 p { color: rgb(191,151,215); }

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

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

 a { background-color: rgb(191,151,215); }

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

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

 span { border-color: rgb(191,151,215); }

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