#BE7AE8

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

Shades of Wisteria #BE7AE8

Tints of Wisteria #BE7AE8

Color information

#BE7AE8 (or 0xBE7AE8) is unknown color: approx Wisteria. HEX triplet: BE, 7A and E8. RGB value is (190,122,232). Sum of RGB (Red+Green+Blue) = 190+122+232=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE7AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7AE8 is #418517. Grayscale: #9A9A9A. Windows color (decimal): -4293912 or 15235774. OLE color: 15235774.

HSL color Cylindrical-coordinate representation of color #BE7AE8: hue angle of 277.09º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7AE8 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190122232-
CMYK0.180.4700.09
HSL277.09º70.51%69.41%-
HSV(B)277.09º47.41%90.98%-
XYZ42.7630.6980.01-
YUV154.87171.53153.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 122 (48.05% from 255) = 22.43%
BLUE value IS 232 (91.02% from 255) = 42.65%
R=34.93%
G=22.43%
B=42.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901222320.180.4700.09277.0970.5169.41
HexBE7AE8122F091154745
Octal2761723502257011425107105
Binary10111110111101011101000100101011110100110001010110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7AE8; }

 p { color: rgb(190,122,232); }

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

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

 a { background-color: rgb(190,122,232); }

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

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

 span { border-color: rgb(190,122,232); }

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