#BE7CDE

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

Shades of Wisteria #BE7CDE

Tints of Wisteria #BE7CDE

Color information

#BE7CDE (or 0xBE7CDE) is unknown color: approx Wisteria. HEX triplet: BE, 7C and DE. RGB value is (190,124,222). Sum of RGB (Red+Green+Blue) = 190+124+222=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CDE is #418321. Grayscale: #9A9A9A. Windows color (decimal): -4293410 or 14580926. OLE color: 14580926.

HSL color Cylindrical-coordinate representation of color #BE7CDE: hue angle of 280.41º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7CDE is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190124222-
CMYK0.140.4400.13
HSL280.41º59.76%67.84%-
HSV(B)280.41º44.14%87.06%-
XYZ41.6330.6472.83-
YUV154.91165.87153.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 124 (48.83% from 255) = 23.13%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=35.45%
G=23.13%
B=41.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901242220.140.4400.13280.4159.7667.84
HexBE7CDEE2C0D1183c44
Octal276174336165401543074104
Binary101111101111100110111101110101100011011000110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CDE; }

 p { color: rgb(190,124,222); }

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

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

 a { background-color: rgb(190,124,222); }

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

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

 span { border-color: rgb(190,124,222); }

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