#BE8DDA

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

Shades of Wisteria #BE8DDA

Tints of Wisteria #BE8DDA

Color information

#BE8DDA (or 0xBE8DDA) is unknown color: approx Wisteria. HEX triplet: BE, 8D and DA. RGB value is (190,141,218). Sum of RGB (Red+Green+Blue) = 190+141+218=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DDA is #417225. Grayscale: #A4A4A4. Windows color (decimal): -4289062 or 14323134. OLE color: 14323134.

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

Color convert

RGB190141218-
CMYK0.130.3500.15
HSL278.18º50.99%70.39%-
HSV(B)278.18º35.32%85.49%-
XYZ43.4135.0670.81-
YUV164.43158.23146.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=34.61%
G=25.68%
B=39.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901412180.130.3500.15278.1850.9970.39
HexBE8DDAD230F1163346
Octal276215332154301742663106
Binary1011111010001101110110101101100011011111000101101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DDA; }

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

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

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

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

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

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

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

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