#BE85DB

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

Shades of Wisteria #BE85DB

Tints of Wisteria #BE85DB

Color information

#BE85DB (or 0xBE85DB) is unknown color: approx Wisteria. HEX triplet: BE, 85 and DB. RGB value is (190,133,219). Sum of RGB (Red+Green+Blue) = 190+133+219=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85DB is #417A24. Grayscale: #9F9F9F. Windows color (decimal): -4291109 or 14386622. OLE color: 14386622.

HSL color Cylindrical-coordinate representation of color #BE85DB: hue angle of 279.77º 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 #BE85DB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190133219-
CMYK0.130.3900.14
HSL279.77º54.43%69.02%-
HSV(B)279.77º39.27%85.88%-
XYZ42.4132.8471.12-
YUV159.85161.38149.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=35.06%
G=24.54%
B=40.41%

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
Decimal1901332190.130.3900.14279.7754.4369.02
HexBE85DBD270E1183645
Octal276205333154701643066105
Binary1011111010000101110110111101100111011101000110001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85DB; }

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

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

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

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

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

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

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

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