#BE91DB

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

Shades of Wisteria #BE91DB

Tints of Wisteria #BE91DB

Color information

#BE91DB (or 0xBE91DB) is unknown color: approx Wisteria. HEX triplet: BE, 91 and DB. RGB value is (190,145,219). Sum of RGB (Red+Green+Blue) = 190+145+219=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91DB is #416E24. Grayscale: #A6A6A6. Windows color (decimal): -4288037 or 14389694. OLE color: 14389694.

HSL color Cylindrical-coordinate representation of color #BE91DB: hue angle of 276.49º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE91DB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190145219-
CMYK0.130.3400.14
HSL276.49º50.68%71.37%-
HSV(B)276.49º33.79%85.88%-
XYZ44.1536.3171.7-
YUV166.89157.41144.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=34.30%
G=26.17%
B=39.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901452190.130.3400.14276.4950.6871.37
HexBE91DBD220E1143347
Octal276221333154201642463107
Binary1011111010010001110110111101100010011101000101001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91DB; }

 p { color: rgb(190,145,219); }

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

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

 a { background-color: rgb(190,145,219); }

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

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

 span { border-color: rgb(190,145,219); }

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