#BF91CF

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

Shades of Wisteria #BF91CF

Tints of Wisteria #BF91CF

Color information

#BF91CF (or 0xBF91CF) is unknown color: approx Wisteria. HEX triplet: BF, 91 and CF. RGB value is (191,145,207). Sum of RGB (Red+Green+Blue) = 191+145+207=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91CF is #406E30. Grayscale: #A5A5A5. Windows color (decimal): -4222513 or 13603263. OLE color: 13603263.

HSL color Cylindrical-coordinate representation of color #BF91CF: hue angle of 284.52º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF91CF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191145207-
CMYK0.080.3000.19
HSL284.52º39.24%69.02%-
HSV(B)284.52º29.95%81.18%-
XYZ42.8735.8363.69-
YUV165.82151.24145.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=35.17%
G=26.70%
B=38.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911452070.080.3000.19284.5239.2469.02
HexBF91CF81E01311d2745
Octal277221317103602343547105
Binary1011111110010001110011111000111100100111000111011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91CF; }

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

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

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

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

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

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

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

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