#BE8AD2

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

Shades of Wisteria #BE8AD2

Tints of Wisteria #BE8AD2

Color information

#BE8AD2 (or 0xBE8AD2) is unknown color: approx Wisteria. HEX triplet: BE, 8A and D2. RGB value is (190,138,210). Sum of RGB (Red+Green+Blue) = 190+138+210=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AD2 is #41752D. Grayscale: #A1A1A1. Windows color (decimal): -4289838 or 13798078. OLE color: 13798078.

HSL color Cylindrical-coordinate representation of color #BE8AD2: hue angle of 283.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8AD2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190138210-
CMYK0.100.3400.18
HSL283.33º44.44%68.24%-
HSV(B)283.33º34.29%82.35%-
XYZ41.9633.7865.28-
YUV161.76155.23148.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 210 (82.42% from 255) = 39.03%
R=35.32%
G=25.65%
B=39.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901382100.100.3400.18283.3344.4468.24
HexBE8AD2A2201211b2c44
Octal276212322124202243354104
Binary10111110100010101101001010101000100100101000110111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AD2; }

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

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

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

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

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

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

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

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