#bf91e1

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

Shades of Wisteria #BF91E1

Tints of Wisteria #BF91E1

Color information

#BF91E1 (or 0xBF91E1) is unknown color: approx Wisteria. HEX triplet: BF, 91 and E1. RGB value is (191,145,225). Sum of RGB (Red+Green+Blue) = 191+145+225=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91E1 is #406E1E. Grayscale: #A7A7A7. Windows color (decimal): -4222495 or 14782911. OLE color: 14782911.

HSL color Cylindrical-coordinate representation of color #BF91E1: hue angle of 274.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF91E1 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191145225-
CMYK0.150.3600.12
HSL274.5º57.14%72.55%-
HSV(B)274.5º35.56%88.24%-
XYZ45.236.7675.95-
YUV167.87160.24144.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 225 (88.28% from 255) = 40.11%
R=34.05%
G=25.85%
B=40.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911452250.150.3600.12274.557.1472.55
HexBF91E1F240C1123949
Octal277221341174401442271111
Binary1011111110010001111000011111100100011001000100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf91e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf91e1; }

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

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

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

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

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

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

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

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