#BE7DDE

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

Shades of Wisteria #BE7DDE

Tints of Wisteria #BE7DDE

Color information

#BE7DDE (or 0xBE7DDE) is unknown color: approx Wisteria. HEX triplet: BE, 7D and DE. RGB value is (190,125,222). Sum of RGB (Red+Green+Blue) = 190+125+222=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DDE is #418221. Grayscale: #9B9B9B. Windows color (decimal): -4293154 or 14581182. OLE color: 14581182.

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

Color convert

RGB190125222-
CMYK0.140.4400.13
HSL280.21º59.51%68.04%-
HSV(B)280.21º43.69%87.06%-
XYZ41.7530.8972.87-
YUV155.49165.53152.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=35.38%
G=23.28%
B=41.34%

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
Decimal1901252220.140.4400.13280.2159.5168.04
HexBE7DDEE2C0D1183c44
Octal276175336165401543074104
Binary101111101111101110111101110101100011011000110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DDE; }

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

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

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

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

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

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

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

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