#BF7EE1

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

Shades of Wisteria #BF7EE1

Tints of Wisteria #BF7EE1

Color information

#BF7EE1 (or 0xBF7EE1) is unknown color: approx Wisteria. HEX triplet: BF, 7E and E1. RGB value is (191,126,225). Sum of RGB (Red+Green+Blue) = 191+126+225=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF7EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EE1 is #40811E. Grayscale: #9C9C9C. Windows color (decimal): -4227359 or 14778047. OLE color: 14778047.

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

Color convert

RGB191126225-
CMYK0.150.4400.12
HSL279.39º62.26%68.82%-
HSV(B)279.39º44%88.24%-
XYZ42.5431.4375.06-
YUV156.72166.53152.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 126 (49.61% from 255) = 23.25%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=35.24%
G=23.25%
B=41.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911262250.150.4400.12279.3962.2668.82
HexBF7EE1F2C0C1173e45
Octal277176341175401442776105
Binary101111111111110111000011111101100011001000101111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EE1; }

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

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

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

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

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

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

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

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