#BE8DD2

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

Shades of Wisteria #BE8DD2

Tints of Wisteria #BE8DD2

Color information

#BE8DD2 (or 0xBE8DD2) is unknown color: approx Wisteria. HEX triplet: BE, 8D and D2. RGB value is (190,141,210). Sum of RGB (Red+Green+Blue) = 190+141+210=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE8DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DD2 is #41722D. Grayscale: #A3A3A3. Windows color (decimal): -4289070 or 13798846. OLE color: 13798846.

HSL color Cylindrical-coordinate representation of color #BE8DD2: hue angle of 282.61º degrees, saturation: 0.43, 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 #BE8DD2 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190141210-
CMYK0.100.3300.18
HSL282.61º43.4%68.82%-
HSV(B)282.61º32.86%82.35%-
XYZ42.3934.6565.43-
YUV163.52154.23146.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 210 (82.42% from 255) = 38.82%
R=35.12%
G=26.06%
B=38.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901412100.100.3300.18282.6143.468.82
HexBE8DD2A2101211b2b45
Octal276215322124102243353105
Binary10111110100011011101001010101000010100101000110111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DD2; }

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

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

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

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

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

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

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

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