#BE8DF5

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

Shades of Wisteria #BE8DF5

Tints of Wisteria #BE8DF5

Color information

#BE8DF5 (or 0xBE8DF5) is unknown color: approx Wisteria. HEX triplet: BE, 8D and F5. RGB value is (190,141,245). Sum of RGB (Red+Green+Blue) = 190+141+245=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE8DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8DF5 is #41720A. Grayscale: #A7A7A7. Windows color (decimal): -4289035 or 16092606. OLE color: 16092606.

HSL color Cylindrical-coordinate representation of color #BE8DF5: hue angle of 268.27º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE8DF5 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190141245-
CMYK0.220.4200.04
HSL268.27º83.87%75.69%-
HSV(B)268.27º42.45%96.08%-
XYZ47.2436.5990.96-
YUV167.51171.73144.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 245 (96.09% from 255) = 42.53%
R=32.99%
G=24.48%
B=42.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901412450.220.4200.04268.2783.8775.69
HexBE8DF5162A0410c544c
Octal276215365265204414124114
Binary10111110100011011111010110110101010010010000110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DF5; }

 p { color: rgb(190,141,245); }

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

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

 a { background-color: rgb(190,141,245); }

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

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

 span { border-color: rgb(190,141,245); }

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