#BE7FD9

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

Shades of Wisteria #BE7FD9

Tints of Wisteria #BE7FD9

Color information

#BE7FD9 (or 0xBE7FD9) is unknown color: approx Wisteria. HEX triplet: BE, 7F and D9. RGB value is (190,127,217). Sum of RGB (Red+Green+Blue) = 190+127+217=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE7FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FD9 is #418026. Grayscale: #9B9B9B. Windows color (decimal): -4292647 or 14254014. OLE color: 14254014.

HSL color Cylindrical-coordinate representation of color #BE7FD9: hue angle of 282º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7FD9 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190127217-
CMYK0.120.4100.15
HSL282º54.22%67.45%-
HSV(B)282º41.47%85.1%-
XYZ41.3531.1469.48-
YUV156.1162.37152.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=35.58%
G=23.78%
B=40.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901272170.120.4100.1528254.2267.45
HexBE7FD9C290F11a3643
Octal276177331145101743266103
Binary101111101111111110110011100101001011111000110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FD9; }

 p { color: rgb(190,127,217); }

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

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

 a { background-color: rgb(190,127,217); }

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

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

 span { border-color: rgb(190,127,217); }

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