#BE8BDD

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

Shades of Wisteria #BE8BDD

Tints of Wisteria #BE8BDD

Color information

#BE8BDD (or 0xBE8BDD) is unknown color: approx Wisteria. HEX triplet: BE, 8B and DD. RGB value is (190,139,221). Sum of RGB (Red+Green+Blue) = 190+139+221=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BDD is #417422. Grayscale: #A3A3A3. Windows color (decimal): -4289571 or 14519230. OLE color: 14519230.

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

Color convert

RGB190139221-
CMYK0.140.3700.13
HSL277.32º54.67%70.59%-
HSV(B)277.32º37.1%86.67%-
XYZ43.5234.6372.8-
YUV163.6160.4146.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 139 (54.69% from 255) = 25.27%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=34.55%
G=25.27%
B=40.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901392210.140.3700.13277.3254.6770.59
HexBE8BDDE250D1153747
Octal276213335164501542567107
Binary1011111010001011110111011110100101011011000101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BDD; }

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

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

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

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

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

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

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

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