#BE7DEC

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

Shades of Wisteria #BE7DEC

Tints of Wisteria #BE7DEC

Color information

#BE7DEC (or 0xBE7DEC) is unknown color: approx Wisteria. HEX triplet: BE, 7D and EC. RGB value is (190,125,236). Sum of RGB (Red+Green+Blue) = 190+125+236=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DEC is #418213. Grayscale: #9C9C9C. Windows color (decimal): -4293140 or 15498686. OLE color: 15498686.

HSL color Cylindrical-coordinate representation of color #BE7DEC: hue angle of 275.14º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7DEC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190125236-
CMYK0.190.4700.07
HSL275.14º74.5%70.78%-
HSV(B)275.14º47.03%92.55%-
XYZ43.7131.6783.17-
YUV157.09172.53151.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=34.48%
G=22.69%
B=42.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901252360.190.4700.07275.1474.570.78
HexBE7DEC132F071134a47
Octal276175354235707423112107
Binary1011111011111011110110010011101111011110001001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DEC; }

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

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

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

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

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

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

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

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