#BF7EEA

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

Shades of Wisteria #BF7EEA

Tints of Wisteria #BF7EEA

Color information

#BF7EEA (or 0xBF7EEA) is unknown color: approx Wisteria. HEX triplet: BF, 7E and EA. RGB value is (191,126,234). Sum of RGB (Red+Green+Blue) = 191+126+234=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7EEA is #408115. Grayscale: #9D9D9D. Windows color (decimal): -4227350 or 15367871. OLE color: 15367871.

HSL color Cylindrical-coordinate representation of color #BF7EEA: hue angle of 276.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7EEA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191126234-
CMYK0.180.4600.08
HSL276.11º72%70.59%-
HSV(B)276.11º46.15%91.76%-
XYZ43.831.9481.7-
YUV157.75171.03151.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 126 (49.61% from 255) = 22.87%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=34.66%
G=22.87%
B=42.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911262340.180.4600.08276.117270.59
HexBF7EEA122E081144847
Octal2771763522256010424110107
Binary10111111111111011101010100101011100100010001010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EEA; }

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

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

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

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

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

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

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

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