#BE8DF4

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

Shades of Wisteria #BE8DF4

Tints of Wisteria #BE8DF4

Color information

#BE8DF4 (or 0xBE8DF4) is unknown color: approx Wisteria. HEX triplet: BE, 8D and F4. RGB value is (190,141,244). Sum of RGB (Red+Green+Blue) = 190+141+244=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE8DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8DF4 is #41720B. Grayscale: #A7A7A7. Windows color (decimal): -4289036 or 16027070. OLE color: 16027070.

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

Color convert

RGB190141244-
CMYK0.220.4200.04
HSL268.54º82.4%75.49%-
HSV(B)268.54º42.21%95.69%-
XYZ47.0936.5390.16-
YUV167.39171.23144.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 244 (95.70% from 255) = 42.43%
R=33.04%
G=24.52%
B=42.43%

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
Decimal1901412440.220.4200.04268.5482.475.49
HexBE8DF4162A0410d524b
Octal276215364265204415122113
Binary10111110100011011111010010110101010010010000110110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DF4; }

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

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

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

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

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

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

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

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