#BE89DC

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

Shades of Wisteria #BE89DC

Tints of Wisteria #BE89DC

Color information

#BE89DC (or 0xBE89DC) is unknown color: approx Wisteria. HEX triplet: BE, 89 and DC. RGB value is (190,137,220). Sum of RGB (Red+Green+Blue) = 190+137+220=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE89DC is #417623. Grayscale: #A2A2A2. Windows color (decimal): -4290084 or 14453182. OLE color: 14453182.

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

Color convert

RGB190137220-
CMYK0.140.3800.14
HSL278.31º54.25%70%-
HSV(B)278.31º37.73%86.27%-
XYZ43.134.0172-
YUV162.31160.56147.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 137 (53.91% from 255) = 25.05%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=34.73%
G=25.05%
B=40.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901372200.140.3800.14278.3154.2570
HexBE89DCE260E1163646
Octal276211334164601642666106
Binary1011111010001001110111001110100110011101000101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE89DC; }

 p { color: rgb(190,137,220); }

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

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

 a { background-color: rgb(190,137,220); }

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

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

 span { border-color: rgb(190,137,220); }

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