#BE80E4

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

Shades of Wisteria #BE80E4

Tints of Wisteria #BE80E4

Color information

#BE80E4 (or 0xBE80E4) is unknown color: approx Wisteria. HEX triplet: BE, 80 and E4. RGB value is (190,128,228). Sum of RGB (Red+Green+Blue) = 190+128+228=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE80E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80E4 is #417F1B. Grayscale: #9D9D9D. Windows color (decimal): -4292380 or 14975166. OLE color: 14975166.

HSL color Cylindrical-coordinate representation of color #BE80E4: hue angle of 277.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE80E4 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190128228-
CMYK0.170.4400.11
HSL277.2º64.94%69.8%-
HSV(B)277.2º43.86%89.41%-
XYZ42.9631.9977.31-
YUV157.94167.54150.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 228 (89.45% from 255) = 41.76%
R=34.80%
G=23.44%
B=41.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901282280.170.4400.11277.264.9469.8
HexBE80E4112C0B1154146
Octal2762003442154013425101106
Binary101111101000000011100100100011011000101110001010110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80E4; }

 p { color: rgb(190,128,228); }

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

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

 a { background-color: rgb(190,128,228); }

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

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

 span { border-color: rgb(190,128,228); }

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