#BE8AE5

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

Shades of Wisteria #BE8AE5

Tints of Wisteria #BE8AE5

Color information

#BE8AE5 (or 0xBE8AE5) is unknown color: approx Wisteria. HEX triplet: BE, 8A and E5. RGB value is (190,138,229). Sum of RGB (Red+Green+Blue) = 190+138+229=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE8AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AE5 is #41751A. Grayscale: #A3A3A3. Windows color (decimal): -4289819 or 15043262. OLE color: 15043262.

HSL color Cylindrical-coordinate representation of color #BE8AE5: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8AE5 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190138229-
CMYK0.170.4000.10
HSL274.29º63.64%71.96%-
HSV(B)274.29º39.74%89.8%-
XYZ44.4734.7878.5-
YUV163.92164.73146.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 229 (89.84% from 255) = 41.11%
R=34.11%
G=24.78%
B=41.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901382290.170.4000.10274.2963.6471.96
HexBE8AE511280A1124048
Octal2762123452150012422100110
Binary101111101000101011100101100011010000101010001001010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AE5; }

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

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

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

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

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

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

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

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