#BE83EA

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

Shades of Wisteria #BE83EA

Tints of Wisteria #BE83EA

Color information

#BE83EA (or 0xBE83EA) is unknown color: approx Wisteria. HEX triplet: BE, 83 and EA. RGB value is (190,131,234). Sum of RGB (Red+Green+Blue) = 190+131+234=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE83EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE83EA is #417C15. Grayscale: #A0A0A0. Windows color (decimal): -4291606 or 15369150. OLE color: 15369150.

HSL color Cylindrical-coordinate representation of color #BE83EA: hue angle of 274.37º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE83EA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190131234-
CMYK0.190.4400.08
HSL274.37º71.03%71.57%-
HSV(B)274.37º44.02%91.76%-
XYZ44.233.1281.91-
YUV160.38169.55149.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 131 (51.56% from 255) = 23.60%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=34.23%
G=23.60%
B=42.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901312340.190.4400.08274.3771.0371.57
HexBE83EA132C081124748
Octal2762033522354010422107110
Binary101111101000001111101010100111011000100010001001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83EA; }

 p { color: rgb(190,131,234); }

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

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

 a { background-color: rgb(190,131,234); }

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

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

 span { border-color: rgb(190,131,234); }

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