#BE83DD

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

Shades of Wisteria #BE83DD

Tints of Wisteria #BE83DD

Color information

#BE83DD (or 0xBE83DD) is unknown color: approx Wisteria. HEX triplet: BE, 83 and DD. RGB value is (190,131,221). Sum of RGB (Red+Green+Blue) = 190+131+221=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83DD is #417C22. Grayscale: #9E9E9E. Windows color (decimal): -4291619 or 14517182. OLE color: 14517182.

HSL color Cylindrical-coordinate representation of color #BE83DD: hue angle of 279.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE83DD is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190131221-
CMYK0.140.4100.13
HSL279.33º56.96%69.02%-
HSV(B)279.33º40.72%86.67%-
XYZ42.432.472.43-
YUV158.9163.05150.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=35.06%
G=24.17%
B=40.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901312210.140.4100.13279.3356.9669.02
HexBE83DDE290D1173945
Octal276203335165101542771105
Binary1011111010000011110111011110101001011011000101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83DD; }

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

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

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

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

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

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

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

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