#BE80E6

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

Shades of Wisteria #BE80E6

Tints of Wisteria #BE80E6

Color information

#BE80E6 (or 0xBE80E6) is unknown color: approx Wisteria. HEX triplet: BE, 80 and E6. RGB value is (190,128,230). Sum of RGB (Red+Green+Blue) = 190+128+230=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80E6 is #417F19. Grayscale: #9D9D9D. Windows color (decimal): -4292378 or 15106238. OLE color: 15106238.

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

Color convert

RGB190128230-
CMYK0.170.4400.10
HSL276.47º67.11%70.2%-
HSV(B)276.47º44.35%90.2%-
XYZ43.2432.178.78-
YUV158.17168.54150.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 128 (50.39% from 255) = 23.36%
BLUE value IS 230 (90.23% from 255) = 41.97%
R=34.67%
G=23.36%
B=41.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901282300.170.4400.10276.4767.1170.2
HexBE80E6112C0A1144346
Octal2762003462154012424103106
Binary101111101000000011100110100011011000101010001010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80E6; }

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

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

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

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

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

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

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

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