#BE8AD1

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

Shades of Wisteria #BE8AD1

Tints of Wisteria #BE8AD1

Color information

#BE8AD1 (or 0xBE8AD1) is unknown color: approx Wisteria. HEX triplet: BE, 8A and D1. RGB value is (190,138,209). Sum of RGB (Red+Green+Blue) = 190+138+209=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AD1 is #41752E. Grayscale: #A1A1A1. Windows color (decimal): -4289839 or 13732542. OLE color: 13732542.

HSL color Cylindrical-coordinate representation of color #BE8AD1: hue angle of 283.94º 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 #BE8AD1 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190138209-
CMYK0.090.3400.18
HSL283.94º43.56%68.04%-
HSV(B)283.94º33.97%81.96%-
XYZ41.8333.7364.63-
YUV161.64154.73148.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=35.38%
G=25.70%
B=38.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901382090.090.3400.18283.9443.5668.04
HexBE8AD192201211c2c44
Octal276212321114202243454104
Binary10111110100010101101000110011000100100101000111001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AD1; }

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

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

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

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

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

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

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

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