#BE80DD

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

Shades of Wisteria #BE80DD

Tints of Wisteria #BE80DD

Color information

#BE80DD (or 0xBE80DD) is unknown color: approx Wisteria. HEX triplet: BE, 80 and DD. RGB value is (190,128,221). Sum of RGB (Red+Green+Blue) = 190+128+221=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80DD is #417F22. Grayscale: #9C9C9C. Windows color (decimal): -4292387 or 14516414. OLE color: 14516414.

HSL color Cylindrical-coordinate representation of color #BE80DD: hue angle of 280º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE80DD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190128221-
CMYK0.140.4200.13
HSL280º57.76%68.43%-
HSV(B)280º42.08%86.67%-
XYZ42.0131.6172.29-
YUV157.14164.04151.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=35.25%
G=23.75%
B=41.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901282210.140.4200.1328057.7668.43
HexBE80DDE2A0D1183a44
Octal276200335165201543072104
Binary1011111010000000110111011110101010011011000110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80DD; }

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

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

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

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

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

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

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

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