#BE8DD1

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

Shades of Wisteria #BE8DD1

Tints of Wisteria #BE8DD1

Color information

#BE8DD1 (or 0xBE8DD1) is unknown color: approx Wisteria. HEX triplet: BE, 8D and D1. RGB value is (190,141,209). Sum of RGB (Red+Green+Blue) = 190+141+209=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE8DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DD1 is #41722E. Grayscale: #A3A3A3. Windows color (decimal): -4289071 or 13733310. OLE color: 13733310.

HSL color Cylindrical-coordinate representation of color #BE8DD1: hue angle of 283.24º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8DD1 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190141209-
CMYK0.090.3300.18
HSL283.24º42.5%68.63%-
HSV(B)283.24º32.54%81.96%-
XYZ42.2734.664.77-
YUV163.4153.73146.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 209 (82.03% from 255) = 38.70%
R=35.19%
G=26.11%
B=38.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901412090.090.3300.18283.2442.568.63
HexBE8DD192101211b2a45
Octal276215321114102243352105
Binary10111110100011011101000110011000010100101000110111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DD1; }

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

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

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

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

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

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

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

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