#BE83D4

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

Shades of Wisteria #BE83D4

Tints of Wisteria #BE83D4

Color information

#BE83D4 (or 0xBE83D4) is unknown color: approx Wisteria. HEX triplet: BE, 83 and D4. RGB value is (190,131,212). Sum of RGB (Red+Green+Blue) = 190+131+212=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE83D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83D4 is #417C2B. Grayscale: #9D9D9D. Windows color (decimal): -4291628 or 13927358. OLE color: 13927358.

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

Color convert

RGB190131212-
CMYK0.100.3800.17
HSL283.7º48.5%67.25%-
HSV(B)283.7º38.21%83.14%-
XYZ41.2431.9366.28-
YUV157.88158.55150.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 131 (51.56% from 255) = 24.58%
BLUE value IS 212 (83.20% from 255) = 39.77%
R=35.65%
G=24.58%
B=39.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901312120.100.3800.17283.748.567.25
HexBE83D4A2601111c3143
Octal276203324124602143461103
Binary10111110100000111101010010101001100100011000111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83D4; }

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

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

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

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

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

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

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

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