#bf91ce

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

Shades of Wisteria #BF91CE

Tints of Wisteria #BF91CE

Color information

#BF91CE (or 0xBF91CE) is unknown color: approx Wisteria. HEX triplet: BF, 91 and CE. RGB value is (191,145,206). Sum of RGB (Red+Green+Blue) = 191+145+206=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91CE is #406E31. Grayscale: #A5A5A5. Windows color (decimal): -4222514 or 13537727. OLE color: 13537727.

HSL color Cylindrical-coordinate representation of color #BF91CE: hue angle of 285.25º degrees, saturation: 0.38, 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 #BF91CE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191145206-
CMYK0.070.3000.19
HSL285.25º38.36%68.82%-
HSV(B)285.25º29.61%80.78%-
XYZ42.7535.7863.05-
YUV165.71150.74146.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 145 (57.03% from 255) = 26.75%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=35.24%
G=26.75%
B=38.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911452060.070.3000.19285.2538.3668.82
HexBF91CE71E01311d2645
Octal27722131673602343546105
Binary101111111001000111001110111111100100111000111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf91ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf91ce; }

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

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

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

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

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

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

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

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