#BE89EF

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

Shades of Wisteria #BE89EF

Tints of Wisteria #BE89EF

Color information

#BE89EF (or 0xBE89EF) is unknown color: approx Wisteria. HEX triplet: BE, 89 and EF. RGB value is (190,137,239). Sum of RGB (Red+Green+Blue) = 190+137+239=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE89EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE89EF is #417610. Grayscale: #A4A4A4. Windows color (decimal): -4290065 or 15698366. OLE color: 15698366.

HSL color Cylindrical-coordinate representation of color #BE89EF: hue angle of 271.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE89EF is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190137239-
CMYK0.210.4300.06
HSL271.18º76.12%73.73%-
HSV(B)271.18º42.68%93.73%-
XYZ45.7635.0786.02-
YUV164.48170.06146.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 239 (93.75% from 255) = 42.23%
R=33.57%
G=24.20%
B=42.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901372390.210.4300.06271.1876.1273.73
HexBE89EF152B0610f4c4a
Octal276211357255306417114112
Binary10111110100010011110111110101101011011010000111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE89EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE89EF; }

 p { color: rgb(190,137,239); }

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

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

 a { background-color: rgb(190,137,239); }

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

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

 span { border-color: rgb(190,137,239); }

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