#BE8EE9

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

Shades of Wisteria #BE8EE9

Tints of Wisteria #BE8EE9

Color information

#BE8EE9 (or 0xBE8EE9) is unknown color: approx Wisteria. HEX triplet: BE, 8E and E9. RGB value is (190,142,233). Sum of RGB (Red+Green+Blue) = 190+142+233=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE8EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8EE9 is #417116. Grayscale: #A6A6A6. Windows color (decimal): -4288791 or 15306430. OLE color: 15306430.

HSL color Cylindrical-coordinate representation of color #BE8EE9: hue angle of 271.65º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8EE9 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190142233-
CMYK0.180.3900.09
HSL271.65º67.41%73.53%-
HSV(B)271.65º39.06%91.37%-
XYZ45.6236.1881.67-
YUV166.73165.4144.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=33.63%
G=25.13%
B=41.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901422330.180.3900.09271.6567.4173.53
HexBE8EE9122709110434a
Octal2762163512247011420103112
Binary101111101000111011101001100101001110100110001000010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EE9; }

 p { color: rgb(190,142,233); }

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

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

 a { background-color: rgb(190,142,233); }

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

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

 span { border-color: rgb(190,142,233); }

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