#BE8ADA

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

Shades of Wisteria #BE8ADA

Tints of Wisteria #BE8ADA

Color information

#BE8ADA (or 0xBE8ADA) is unknown color: approx Wisteria. HEX triplet: BE, 8A and DA. RGB value is (190,138,218). Sum of RGB (Red+Green+Blue) = 190+138+218=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ADA is #417525. Grayscale: #A2A2A2. Windows color (decimal): -4289830 or 14322366. OLE color: 14322366.

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

Color convert

RGB190138218-
CMYK0.130.3700.15
HSL279º51.95%69.8%-
HSV(B)279º36.7%85.49%-
XYZ42.9834.1970.66-
YUV162.67159.23147.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=34.80%
G=25.27%
B=39.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901382180.130.3700.1527951.9569.8
HexBE8ADAD250F1173446
Octal276212332154501742764106
Binary1011111010001010110110101101100101011111000101111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ADA; }

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

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

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

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

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

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

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

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