#BE81D5

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

Shades of Wisteria #BE81D5

Tints of Wisteria #BE81D5

Color information

#BE81D5 (or 0xBE81D5) is unknown color: approx Wisteria. HEX triplet: BE, 81 and D5. RGB value is (190,129,213). Sum of RGB (Red+Green+Blue) = 190+129+213=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE81D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81D5 is #417E2A. Grayscale: #9C9C9C. Windows color (decimal): -4292139 or 13992382. OLE color: 13992382.

HSL color Cylindrical-coordinate representation of color #BE81D5: hue angle of 283.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE81D5 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190129213-
CMYK0.110.3900.16
HSL283.57º50%67.06%-
HSV(B)283.57º39.44%83.53%-
XYZ41.131.4566.86-
YUV156.82159.71151.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=35.71%
G=24.25%
B=40.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901292130.110.3900.16283.575067.06
HexBE81D5B2701011c3243
Octal276201325134702043462103
Binary10111110100000011101010110111001110100001000111001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE81D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE81D5; }

 p { color: rgb(190,129,213); }

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

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

 a { background-color: rgb(190,129,213); }

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

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

 span { border-color: rgb(190,129,213); }

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