#BE8ADE

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

Shades of Wisteria #BE8ADE

Tints of Wisteria #BE8ADE

Color information

#BE8ADE (or 0xBE8ADE) is unknown color: approx Wisteria. HEX triplet: BE, 8A and DE. RGB value is (190,138,222). Sum of RGB (Red+Green+Blue) = 190+138+222=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ADE is #417521. Grayscale: #A2A2A2. Windows color (decimal): -4289826 or 14584510. OLE color: 14584510.

HSL color Cylindrical-coordinate representation of color #BE8ADE: hue angle of 277.14º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8ADE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190138222-
CMYK0.140.3800.13
HSL277.14º56%70.59%-
HSV(B)277.14º37.84%87.06%-
XYZ43.5134.473.45-
YUV163.12161.23147.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=34.55%
G=25.09%
B=40.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901382220.140.3800.13277.145670.59
HexBE8ADEE260D1153847
Octal276212336164601542570107
Binary1011111010001010110111101110100110011011000101011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ADE; }

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

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

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

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

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

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

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

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