#BF91E5

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

Shades of Wisteria #BF91E5

Tints of Wisteria #BF91E5

Color information

#BF91E5 (or 0xBF91E5) is unknown color: approx Wisteria. HEX triplet: BF, 91 and E5. RGB value is (191,145,229). Sum of RGB (Red+Green+Blue) = 191+145+229=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91E5 is #406E1A. Grayscale: #A8A8A8. Windows color (decimal): -4222491 or 15045055. OLE color: 15045055.

HSL color Cylindrical-coordinate representation of color #BF91E5: hue angle of 272.86º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF91E5 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191145229-
CMYK0.170.3700.10
HSL272.86º61.76%73.33%-
HSV(B)272.86º36.68%89.8%-
XYZ45.7536.9878.86-
YUV168.33162.24144.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=33.81%
G=25.66%
B=40.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911452290.170.3700.10272.8661.7673.33
HexBF91E511250A1113e49
Octal277221345214501242176111
Binary10111111100100011110010110001100101010101000100011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91E5; }

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

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

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

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

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

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

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

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