#BE88DC

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

Shades of Wisteria #BE88DC

Tints of Wisteria #BE88DC

Color information

#BE88DC (or 0xBE88DC) is unknown color: approx Wisteria. HEX triplet: BE, 88 and DC. RGB value is (190,136,220). Sum of RGB (Red+Green+Blue) = 190+136+220=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88DC is #417723. Grayscale: #A1A1A1. Windows color (decimal): -4290340 or 14452926. OLE color: 14452926.

HSL color Cylindrical-coordinate representation of color #BE88DC: hue angle of 278.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE88DC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190136220-
CMYK0.140.3800.14
HSL278.57º54.55%69.8%-
HSV(B)278.57º38.18%86.27%-
XYZ42.9633.7271.96-
YUV161.72160.89148.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=34.80%
G=24.91%
B=40.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901362200.140.3800.14278.5754.5569.8
HexBE88DCE260E1173746
Octal276210334164601642767106
Binary1011111010001000110111001110100110011101000101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88DC; }

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

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

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

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

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

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

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

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