#BE88DF

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

Shades of Wisteria #BE88DF

Tints of Wisteria #BE88DF

Color information

#BE88DF (or 0xBE88DF) is unknown color: approx Wisteria. HEX triplet: BE, 88 and DF. RGB value is (190,136,223). Sum of RGB (Red+Green+Blue) = 190+136+223=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88DF is #417720. Grayscale: #A1A1A1. Windows color (decimal): -4290337 or 14649534. OLE color: 14649534.

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

Color convert

RGB190136223-
CMYK0.150.3900.13
HSL277.24º57.62%70.39%-
HSV(B)277.24º39.01%87.45%-
XYZ43.3633.8874.07-
YUV162.06162.39147.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=34.61%
G=24.77%
B=40.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901362230.150.3900.13277.2457.6270.39
HexBE88DFF270D1153a46
Octal276210337174701542572106
Binary1011111010001000110111111111100111011011000101011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88DF; }

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

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

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

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

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

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

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

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