#BE8ADD

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

Shades of Wisteria #BE8ADD

Tints of Wisteria #BE8ADD

Color information

#BE8ADD (or 0xBE8ADD) is unknown color: approx Wisteria. HEX triplet: BE, 8A and DD. RGB value is (190,138,221). Sum of RGB (Red+Green+Blue) = 190+138+221=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ADD is #417522. Grayscale: #A2A2A2. Windows color (decimal): -4289827 or 14518974. OLE color: 14518974.

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

Color convert

RGB190138221-
CMYK0.140.3800.13
HSL277.59º54.97%70.39%-
HSV(B)277.59º37.56%86.67%-
XYZ43.3734.3472.75-
YUV163.01160.73147.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=34.61%
G=25.14%
B=40.26%

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
Decimal1901382210.140.3800.13277.5954.9770.39
HexBE8ADDE260D1163746
Octal276212335164601542667106
Binary1011111010001010110111011110100110011011000101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ADD; }

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

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

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

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

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

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

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

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