#BE92E4

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

Shades of Wisteria #BE92E4

Tints of Wisteria #BE92E4

Color information

#BE92E4 (or 0xBE92E4) is unknown color: approx Wisteria. HEX triplet: BE, 92 and E4. RGB value is (190,146,228). Sum of RGB (Red+Green+Blue) = 190+146+228=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE92E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92E4 is #416D1B. Grayscale: #A8A8A8. Windows color (decimal): -4287772 or 14979774. OLE color: 14979774.

HSL color Cylindrical-coordinate representation of color #BE92E4: hue angle of 272.2º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE92E4 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190146228-
CMYK0.170.3600.11
HSL272.2º60.29%73.33%-
HSV(B)272.2º35.96%89.41%-
XYZ45.5237.1178.16-
YUV168.5161.58143.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 146 (57.42% from 255) = 25.89%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=33.69%
G=25.89%
B=40.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901462280.170.3600.11272.260.2973.33
HexBE92E411240B1103c49
Octal276222344214401342074111
Binary10111110100100101110010010001100100010111000100001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92E4; }

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

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

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

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

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

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

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

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