#bf7ede

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

Shades of Wisteria #BF7EDE

Tints of Wisteria #BF7EDE

Color information

#BF7EDE (or 0xBF7EDE) is unknown color: approx Wisteria. HEX triplet: BF, 7E and DE. RGB value is (191,126,222). Sum of RGB (Red+Green+Blue) = 191+126+222=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EDE is #408121. Grayscale: #9C9C9C. Windows color (decimal): -4227362 or 14581439. OLE color: 14581439.

HSL color Cylindrical-coordinate representation of color #BF7EDE: hue angle of 280.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7EDE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191126222-
CMYK0.140.4300.13
HSL280.62º59.26%68.24%-
HSV(B)280.62º43.24%87.06%-
XYZ42.1331.2772.92-
YUV156.38165.03152.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 126 (49.61% from 255) = 23.38%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=35.44%
G=23.38%
B=41.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911262220.140.4300.13280.6259.2668.24
HexBF7EDEE2B0D1193b44
Octal277176336165301543173104
Binary101111111111110110111101110101011011011000110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf7ede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf7ede; }

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

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

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

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

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

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

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

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