#BE80DC

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

Shades of Wisteria #BE80DC

Tints of Wisteria #BE80DC

Color information

#BE80DC (or 0xBE80DC) is unknown color: approx Wisteria. HEX triplet: BE, 80 and DC. RGB value is (190,128,220). Sum of RGB (Red+Green+Blue) = 190+128+220=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80DC is #417F23. Grayscale: #9C9C9C. Windows color (decimal): -4292388 or 14450878. OLE color: 14450878.

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

Color convert

RGB190128220-
CMYK0.140.4200.14
HSL280.43º56.79%68.24%-
HSV(B)280.43º41.82%86.27%-
XYZ41.8731.5571.59-
YUV157.03163.54151.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=35.32%
G=23.79%
B=40.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901282200.140.4200.14280.4356.7968.24
HexBE80DCE2A0E1183944
Octal276200334165201643071104
Binary1011111010000000110111001110101010011101000110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80DC; }

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

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

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

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

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

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

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

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