#BE97D6

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

Shades of Wisteria #BE97D6

Tints of Wisteria #BE97D6

Color information

#BE97D6 (or 0xBE97D6) is unknown color: approx Wisteria. HEX triplet: BE, 97 and D6. RGB value is (190,151,214). Sum of RGB (Red+Green+Blue) = 190+151+214=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE97D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97D6 is #416829. Grayscale: #A9A9A9. Windows color (decimal): -4286506 or 14063550. OLE color: 14063550.

HSL color Cylindrical-coordinate representation of color #BE97D6: hue angle of 277.14º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE97D6 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190151214-
CMYK0.110.2900.16
HSL277.14º43.45%71.57%-
HSV(B)277.14º29.44%83.92%-
XYZ44.4437.9468.6-
YUV169.84152.92142.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=34.23%
G=27.21%
B=38.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901512140.110.2900.16277.1443.4571.57
HexBE97D6B1D0101152b48
Octal276227326133502042553110
Binary1011111010010111110101101011111010100001000101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97D6; }

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

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

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

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

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

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

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

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