#BE92E5

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

Shades of Wisteria #BE92E5

Tints of Wisteria #BE92E5

Color information

#BE92E5 (or 0xBE92E5) is unknown color: approx Wisteria. HEX triplet: BE, 92 and E5. RGB value is (190,146,229). Sum of RGB (Red+Green+Blue) = 190+146+229=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92E5 is #416D1A. Grayscale: #A8A8A8. Windows color (decimal): -4287771 or 15045310. OLE color: 15045310.

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

Color convert

RGB190146229-
CMYK0.170.3600.10
HSL271.81º61.48%73.53%-
HSV(B)271.81º36.24%89.8%-
XYZ45.6637.1678.9-
YUV168.62162.08143.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=33.63%
G=25.84%
B=40.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901462290.170.3600.10271.8161.4873.53
HexBE92E511240A1103d4a
Octal276222345214401242075112
Binary10111110100100101110010110001100100010101000100001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92E5; }

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

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

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

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

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

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

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

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