#BE7DD9

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

Shades of Wisteria #BE7DD9

Tints of Wisteria #BE7DD9

Color information

#BE7DD9 (or 0xBE7DD9) is unknown color: approx Wisteria. HEX triplet: BE, 7D and D9. RGB value is (190,125,217). Sum of RGB (Red+Green+Blue) = 190+125+217=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE7DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DD9 is #418226. Grayscale: #9A9A9A. Windows color (decimal): -4293159 or 14253502. OLE color: 14253502.

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

Color convert

RGB190125217-
CMYK0.120.4200.15
HSL282.39º54.76%67.06%-
HSV(B)282.39º42.4%85.1%-
XYZ41.0930.6269.39-
YUV154.92163.03153.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 217 (85.16% from 255) = 40.79%
R=35.71%
G=23.50%
B=40.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901252170.120.4200.15282.3954.7667.06
HexBE7DD9C2A0F11a3743
Octal276175331145201743267103
Binary101111101111101110110011100101010011111000110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DD9; }

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

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

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

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

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

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

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

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