#BE8AE0

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

Shades of Wisteria #BE8AE0

Tints of Wisteria #BE8AE0

Color information

#BE8AE0 (or 0xBE8AE0) is unknown color: approx Wisteria. HEX triplet: BE, 8A and E0. RGB value is (190,138,224). Sum of RGB (Red+Green+Blue) = 190+138+224=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE8AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AE0 is #41751F. Grayscale: #A3A3A3. Windows color (decimal): -4289824 or 14715582. OLE color: 14715582.

HSL color Cylindrical-coordinate representation of color #BE8AE0: hue angle of 276.28º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8AE0 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190138224-
CMYK0.150.3800.12
HSL276.28º58.11%70.98%-
HSV(B)276.28º38.39%87.84%-
XYZ43.7834.5174.87-
YUV163.35162.23147.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=34.42%
G=25%
B=40.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901382240.150.3800.12276.2858.1170.98
HexBE8AE0F260C1143a47
Octal276212340174601442472107
Binary1011111010001010111000001111100110011001000101001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AE0; }

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

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

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

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

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

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

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

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