#BE92E7

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

Shades of Wisteria #BE92E7

Tints of Wisteria #BE92E7

Color information

#BE92E7 (or 0xBE92E7) is unknown color: approx Wisteria. HEX triplet: BE, 92 and E7. RGB value is (190,146,231). Sum of RGB (Red+Green+Blue) = 190+146+231=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE92E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92E7 is #416D18. Grayscale: #A8A8A8. Windows color (decimal): -4287769 or 15176382. OLE color: 15176382.

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

Color convert

RGB190146231-
CMYK0.180.3700.09
HSL271.06º63.91%73.92%-
HSV(B)271.06º36.8%90.59%-
XYZ45.9437.2780.37-
YUV168.85163.08143.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 231 (90.62% from 255) = 40.74%
R=33.51%
G=25.75%
B=40.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901462310.180.3700.09271.0663.9173.92
HexBE92E712250910f404a
Octal2762223472245011417100112
Binary101111101001001011100111100101001010100110000111110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92E7; }

 p { color: rgb(190,146,231); }

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

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

 a { background-color: rgb(190,146,231); }

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

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

 span { border-color: rgb(190,146,231); }

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