#BF7EEC

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

Shades of Wisteria #BF7EEC

Tints of Wisteria #BF7EEC

Color information

#BF7EEC (or 0xBF7EEC) is unknown color: approx Wisteria. HEX triplet: BF, 7E and EC. RGB value is (191,126,236). Sum of RGB (Red+Green+Blue) = 191+126+236=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7EEC is #408113. Grayscale: #9D9D9D. Windows color (decimal): -4227348 or 15498943. OLE color: 15498943.

HSL color Cylindrical-coordinate representation of color #BF7EEC: hue angle of 275.45º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7EEC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191126236-
CMYK0.190.4700.07
HSL275.45º74.32%70.98%-
HSV(B)275.45º46.61%92.55%-
XYZ44.0932.0583.22-
YUV157.97172.03151.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=34.54%
G=22.78%
B=42.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911262360.190.4700.07275.4574.3270.98
HexBF7EEC132F071134a47
Octal277176354235707423112107
Binary1011111111111101110110010011101111011110001001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EEC; }

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

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

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

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

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

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

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

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