#BE8DDC

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

Shades of Wisteria #BE8DDC

Tints of Wisteria #BE8DDC

Color information

#BE8DDC (or 0xBE8DDC) is unknown color: approx Wisteria. HEX triplet: BE, 8D and DC. RGB value is (190,141,220). Sum of RGB (Red+Green+Blue) = 190+141+220=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DDC is #417223. Grayscale: #A4A4A4. Windows color (decimal): -4289060 or 14454206. OLE color: 14454206.

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

Color convert

RGB190141220-
CMYK0.140.3600.14
HSL277.22º53.02%70.78%-
HSV(B)277.22º35.91%86.27%-
XYZ43.6835.1672.2-
YUV164.66159.23146.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=34.48%
G=25.59%
B=39.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901412200.140.3600.14277.2253.0270.78
HexBE8DDCE240E1153547
Octal276215334164401642565107
Binary1011111010001101110111001110100100011101000101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DDC; }

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

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

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

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

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

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

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

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