#BE97DA

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

Shades of Wisteria #BE97DA

Tints of Wisteria #BE97DA

Color information

#BE97DA (or 0xBE97DA) is unknown color: approx Wisteria. HEX triplet: BE, 97 and DA. RGB value is (190,151,218). Sum of RGB (Red+Green+Blue) = 190+151+218=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97DA is #416825. Grayscale: #AAAAAA. Windows color (decimal): -4286502 or 14325694. OLE color: 14325694.

HSL color Cylindrical-coordinate representation of color #BE97DA: hue angle of 274.93º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE97DA is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190151218-
CMYK0.130.3100.15
HSL274.93º47.52%72.35%-
HSV(B)274.93º30.73%85.49%-
XYZ44.9638.1471.32-
YUV170.3154.92142.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=33.99%
G=27.01%
B=39.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901512180.130.3100.15274.9347.5272.35
HexBE97DAD1F0F1133048
Octal276227332153701742360110
Binary101111101001011111011010110111111011111000100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97DA; }

 p { color: rgb(190,151,218); }

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

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

 a { background-color: rgb(190,151,218); }

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

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

 span { border-color: rgb(190,151,218); }

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