#BF97DF

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

Shades of Wisteria #BF97DF

Tints of Wisteria #BF97DF

Color information

#BF97DF (or 0xBF97DF) is unknown color: approx Wisteria. HEX triplet: BF, 97 and DF. RGB value is (191,151,223). Sum of RGB (Red+Green+Blue) = 191+151+223=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97DF is #406820. Grayscale: #AAAAAA. Windows color (decimal): -4220961 or 14653375. OLE color: 14653375.

HSL color Cylindrical-coordinate representation of color #BF97DF: hue angle of 273.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF97DF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191151223-
CMYK0.140.3200.13
HSL273.33º52.94%73.33%-
HSV(B)273.33º32.29%87.45%-
XYZ45.8738.5474.83-
YUV171.17157.25142.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=33.81%
G=26.73%
B=39.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911512230.140.3200.13273.3352.9473.33
HexBF97DFE200D1113549
Octal277227337164001542165111
Binary1011111110010111110111111110100000011011000100011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97DF; }

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

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

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

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

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

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

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

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