#BE80EB

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

Shades of Wisteria #BE80EB

Tints of Wisteria #BE80EB

Color information

#BE80EB (or 0xBE80EB) is unknown color: approx Wisteria. HEX triplet: BE, 80 and EB. RGB value is (190,128,235). Sum of RGB (Red+Green+Blue) = 190+128+235=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE80EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80EB is #417F14. Grayscale: #9E9E9E. Windows color (decimal): -4292373 or 15433918. OLE color: 15433918.

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

Color convert

RGB190128235-
CMYK0.190.4600.08
HSL274.77º72.79%71.18%-
HSV(B)274.77º45.53%92.16%-
XYZ43.9532.3882.53-
YUV158.74171.04150.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=34.36%
G=23.15%
B=42.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901282350.190.4600.08274.7772.7971.18
HexBE80EB132E081134947
Octal2762003532356010423111107
Binary101111101000000011101011100111011100100010001001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80EB; }

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

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

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

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

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

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

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

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