#BE8DF3

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

Shades of Wisteria #BE8DF3

Tints of Wisteria #BE8DF3

Color information

#BE8DF3 (or 0xBE8DF3) is unknown color: approx Wisteria. HEX triplet: BE, 8D and F3. RGB value is (190,141,243). Sum of RGB (Red+Green+Blue) = 190+141+243=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE8DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8DF3 is #41720C. Grayscale: #A6A6A6. Windows color (decimal): -4289037 or 15961534. OLE color: 15961534.

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

Color convert

RGB190141243-
CMYK0.220.4200.05
HSL268.82º80.95%75.29%-
HSV(B)268.82º41.98%95.29%-
XYZ46.9436.4789.36-
YUV167.28170.73144.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 243 (95.31% from 255) = 42.33%
R=33.10%
G=24.56%
B=42.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901412430.220.4200.05268.8280.9575.29
HexBE8DF3162A0510d514b
Octal276215363265205415121113
Binary10111110100011011111001110110101010010110000110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DF3; }

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

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

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

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

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

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

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

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