#BE94E5

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

Shades of Wisteria #BE94E5

Tints of Wisteria #BE94E5

Color information

#BE94E5 (or 0xBE94E5) is unknown color: approx Wisteria. HEX triplet: BE, 94 and E5. RGB value is (190,148,229). Sum of RGB (Red+Green+Blue) = 190+148+229=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94E5 is #416B1A. Grayscale: #A9A9A9. Windows color (decimal): -4287259 or 15045822. OLE color: 15045822.

HSL color Cylindrical-coordinate representation of color #BE94E5: hue angle of 271.11º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE94E5 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190148229-
CMYK0.170.3500.10
HSL271.11º60.9%73.92%-
HSV(B)271.11º35.37%89.8%-
XYZ45.9737.7879-
YUV169.79161.41142.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=33.51%
G=26.10%
B=40.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901482290.170.3500.10271.1160.973.92
HexBE94E511230A10f3d4a
Octal276224345214301241775112
Binary10111110100101001110010110001100011010101000011111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94E5; }

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

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

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

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

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

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

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

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