#BE86DB

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

Shades of Wisteria #BE86DB

Tints of Wisteria #BE86DB

Color information

#BE86DB (or 0xBE86DB) is unknown color: approx Wisteria. HEX triplet: BE, 86 and DB. RGB value is (190,134,219). Sum of RGB (Red+Green+Blue) = 190+134+219=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86DB is #417924. Grayscale: #A0A0A0. Windows color (decimal): -4290853 or 14386878. OLE color: 14386878.

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

Color convert

RGB190134219-
CMYK0.130.3900.14
HSL279.53º54.14%69.22%-
HSV(B)279.53º38.81%85.88%-
XYZ42.5533.1171.17-
YUV160.43161.05149.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=34.99%
G=24.68%
B=40.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901342190.130.3900.14279.5354.1469.22
HexBE86DBD270E1183645
Octal276206333154701643066105
Binary1011111010000110110110111101100111011101000110001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86DB; }

 p { color: rgb(190,134,219); }

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

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

 a { background-color: rgb(190,134,219); }

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

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

 span { border-color: rgb(190,134,219); }

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