#BF88E7

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

Shades of Wisteria #BF88E7

Tints of Wisteria #BF88E7

Color information

#BF88E7 (or 0xBF88E7) is unknown color: approx Wisteria. HEX triplet: BF, 88 and E7. RGB value is (191,136,231). Sum of RGB (Red+Green+Blue) = 191+136+231=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF88E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF88E7 is #407718. Grayscale: #A2A2A2. Windows color (decimal): -4224793 or 15173823. OLE color: 15173823.

HSL color Cylindrical-coordinate representation of color #BF88E7: hue angle of 274.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF88E7 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191136231-
CMYK0.170.4100.09
HSL274.74º66.43%71.96%-
HSV(B)274.74º41.13%90.59%-
XYZ44.7134.4579.89-
YUV163.27166.22147.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 136 (53.52% from 255) = 24.37%
BLUE value IS 231 (90.62% from 255) = 41.40%
R=34.23%
G=24.37%
B=41.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911362310.170.4100.09274.7466.4371.96
HexBF88E71129091134248
Octal2772103472151011423102110
Binary101111111000100011100111100011010010100110001001110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88E7; }

 p { color: rgb(191,136,231); }

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

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

 a { background-color: rgb(191,136,231); }

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

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

 span { border-color: rgb(191,136,231); }

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