#BE86FB

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

Shades of Wisteria #BE86FB

Tints of Wisteria #BE86FB

Color information

#BE86FB (or 0xBE86FB) is unknown color: approx Wisteria. HEX triplet: BE, 86 and FB. RGB value is (190,134,251). Sum of RGB (Red+Green+Blue) = 190+134+251=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE86FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86FB is #417904. Grayscale: #A3A3A3. Windows color (decimal): -4290821 or 16484030. OLE color: 16484030.

HSL color Cylindrical-coordinate representation of color #BE86FB: hue angle of 268.72º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE86FB is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190134251-
CMYK0.240.4700.02
HSL268.72º93.6%75.49%-
HSV(B)268.72º46.61%98.43%-
XYZ47.1734.9695.53-
YUV164.08177.05146.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 134 (52.73% from 255) = 23.30%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=33.04%
G=23.30%
B=43.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901342510.240.4700.02268.7293.675.49
HexBE86FB182F0210d5e4b
Octal276206373305702415136113
Binary1011111010000110111110111100010111101010000110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86FB; }

 p { color: rgb(190,134,251); }

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

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

 a { background-color: rgb(190,134,251); }

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

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

 span { border-color: rgb(190,134,251); }

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