#BE81DD

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

Shades of Wisteria #BE81DD

Tints of Wisteria #BE81DD

Color information

#BE81DD (or 0xBE81DD) is unknown color: approx Wisteria. HEX triplet: BE, 81 and DD. RGB value is (190,129,221). Sum of RGB (Red+Green+Blue) = 190+129+221=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81DD is #417E22. Grayscale: #9D9D9D. Windows color (decimal): -4292131 or 14516670. OLE color: 14516670.

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

Color convert

RGB190129221-
CMYK0.140.4200.13
HSL279.78º57.5%68.63%-
HSV(B)279.78º41.63%86.67%-
XYZ42.1431.8772.34-
YUV157.73163.71151.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=35.19%
G=23.89%
B=40.93%

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
Decimal1901292210.140.4200.13279.7857.568.63
HexBE81DDE2A0D1183a45
Octal276201335165201543072105
Binary1011111010000001110111011110101010011011000110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE81DD; }

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

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

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

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

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

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

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

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