#BE8AE4

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

Shades of Wisteria #BE8AE4

Tints of Wisteria #BE8AE4

Color information

#BE8AE4 (or 0xBE8AE4) is unknown color: approx Wisteria. HEX triplet: BE, 8A and E4. RGB value is (190,138,228). Sum of RGB (Red+Green+Blue) = 190+138+228=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE8AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AE4 is #41751B. Grayscale: #A3A3A3. Windows color (decimal): -4289820 or 14977726. OLE color: 14977726.

HSL color Cylindrical-coordinate representation of color #BE8AE4: hue angle of 274.67º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8AE4 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190138228-
CMYK0.170.3900.11
HSL274.67º62.5%71.76%-
HSV(B)274.67º39.47%89.41%-
XYZ44.3334.7377.77-
YUV163.81164.23146.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=34.17%
G=24.82%
B=41.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901382280.170.3900.11274.6762.571.76
HexBE8AE411270B1133e48
Octal276212344214701342376110
Binary10111110100010101110010010001100111010111000100111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AE4; }

 p { color: rgb(190,138,228); }

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

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

 a { background-color: rgb(190,138,228); }

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

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

 span { border-color: rgb(190,138,228); }

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