#BE92D4

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

Shades of Wisteria #BE92D4

Tints of Wisteria #BE92D4

Color information

#BE92D4 (or 0xBE92D4) is unknown color: approx Wisteria. HEX triplet: BE, 92 and D4. RGB value is (190,146,212). Sum of RGB (Red+Green+Blue) = 190+146+212=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE92D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92D4 is #416D2B. Grayscale: #A6A6A6. Windows color (decimal): -4287788 or 13931198. OLE color: 13931198.

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

Color convert

RGB190146212-
CMYK0.100.3100.17
HSL280º43.42%70.2%-
HSV(B)280º31.13%83.14%-
XYZ43.436.2667-
YUV166.68153.58144.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=34.67%
G=26.64%
B=38.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901462120.100.3100.1728043.4270.2
HexBE92D4A1F0111182b46
Octal276222324123702143053106
Binary1011111010010010110101001010111110100011000110001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92D4; }

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

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

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

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

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

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

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

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