#BF91DF

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

Shades of Wisteria #BF91DF

Tints of Wisteria #BF91DF

Color information

#BF91DF (or 0xBF91DF) is unknown color: approx Wisteria. HEX triplet: BF, 91 and DF. RGB value is (191,145,223). Sum of RGB (Red+Green+Blue) = 191+145+223=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91DF is #406E20. Grayscale: #A7A7A7. Windows color (decimal): -4222497 or 14651839. OLE color: 14651839.

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

Color convert

RGB191145223-
CMYK0.140.3500.13
HSL275.38º54.93%72.16%-
HSV(B)275.38º34.98%87.45%-
XYZ44.9336.6574.52-
YUV167.65159.24144.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=34.17%
G=25.94%
B=39.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911452230.140.3500.13275.3854.9372.16
HexBF91DFE230D1133748
Octal277221337164301542367110
Binary1011111110010001110111111110100011011011000100111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91DF; }

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

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

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

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

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

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

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

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