#BE88E1

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

Shades of Wisteria #BE88E1

Tints of Wisteria #BE88E1

Color information

#BE88E1 (or 0xBE88E1) is unknown color: approx Wisteria. HEX triplet: BE, 88 and E1. RGB value is (190,136,225). Sum of RGB (Red+Green+Blue) = 190+136+225=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE88E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88E1 is #41771E. Grayscale: #A1A1A1. Windows color (decimal): -4290335 or 14780606. OLE color: 14780606.

HSL color Cylindrical-coordinate representation of color #BE88E1: hue angle of 276.4º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE88E1 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190136225-
CMYK0.160.4000.12
HSL276.4º59.73%70.78%-
HSV(B)276.4º39.56%88.24%-
XYZ43.6333.9975.5-
YUV162.29163.39147.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 136 (53.52% from 255) = 24.68%
BLUE value IS 225 (88.28% from 255) = 40.83%
R=34.48%
G=24.68%
B=40.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901362250.160.4000.12276.459.7370.78
HexBE88E110280C1143c47
Octal276210341205001442474107
Binary10111110100010001110000110000101000011001000101001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88E1; }

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

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

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

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

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

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

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

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