#BE91DF

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

Shades of Wisteria #BE91DF

Tints of Wisteria #BE91DF

Color information

#BE91DF (or 0xBE91DF) is unknown color: approx Wisteria. HEX triplet: BE, 91 and DF. RGB value is (190,145,223). Sum of RGB (Red+Green+Blue) = 190+145+223=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91DF is #416E20. Grayscale: #A7A7A7. Windows color (decimal): -4288033 or 14651838. OLE color: 14651838.

HSL color Cylindrical-coordinate representation of color #BE91DF: hue angle of 274.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE91DF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190145223-
CMYK0.150.3500.13
HSL274.62º54.93%72.16%-
HSV(B)274.62º34.98%87.45%-
XYZ44.6836.5374.51-
YUV167.35159.41144.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=34.05%
G=25.99%
B=39.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901452230.150.3500.13274.6254.9372.16
HexBE91DFF230D1133748
Octal276221337174301542367110
Binary1011111010010001110111111111100011011011000100111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91DF; }

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

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

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

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

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

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

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

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