#BE8ED5

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

Shades of Wisteria #BE8ED5

Tints of Wisteria #BE8ED5

Color information

#BE8ED5 (or 0xBE8ED5) is unknown color: approx Wisteria. HEX triplet: BE, 8E and D5. RGB value is (190,142,213). Sum of RGB (Red+Green+Blue) = 190+142+213=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE8ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ED5 is #41712A. Grayscale: #A4A4A4. Windows color (decimal): -4288811 or 13995710. OLE color: 13995710.

HSL color Cylindrical-coordinate representation of color #BE8ED5: hue angle of 280.56º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8ED5 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190142213-
CMYK0.110.3300.16
HSL280.56º45.81%69.61%-
HSV(B)280.56º33.33%83.53%-
XYZ42.9235.167.46-
YUV164.45155.4146.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=34.86%
G=26.06%
B=39.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901422130.110.3300.16280.5645.8169.61
HexBE8ED5B210101192e46
Octal276216325134102043156106
Binary10111110100011101101010110111000010100001000110011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ED5; }

 p { color: rgb(190,142,213); }

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

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

 a { background-color: rgb(190,142,213); }

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

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

 span { border-color: rgb(190,142,213); }

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