#be7ee5

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

Shades of Wisteria #BE7EE5

Tints of Wisteria #BE7EE5

Color information

#BE7EE5 (or 0xBE7EE5) is unknown color: approx Wisteria. HEX triplet: BE, 7E and E5. RGB value is (190,126,229). Sum of RGB (Red+Green+Blue) = 190+126+229=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE7EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EE5 is #41811A. Grayscale: #9C9C9C. Windows color (decimal): -4292891 or 15040190. OLE color: 15040190.

HSL color Cylindrical-coordinate representation of color #BE7EE5: hue angle of 277.28º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7EE5 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190126229-
CMYK0.170.4500.10
HSL277.28º66.45%69.61%-
HSV(B)277.28º44.98%89.8%-
XYZ42.8431.5377.96-
YUV156.88168.7151.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 229 (89.84% from 255) = 42.02%
R=34.86%
G=23.12%
B=42.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901262290.170.4500.10277.2866.4569.61
HexBE7EE5112D0A1154246
Octal2761763452155012425102106
Binary10111110111111011100101100011011010101010001010110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be7ee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be7ee5; }

 p { color: rgb(190,126,229); }

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

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

 a { background-color: rgb(190,126,229); }

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

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

 span { border-color: rgb(190,126,229); }

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