#BE7DE9

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

Shades of Wisteria #BE7DE9

Tints of Wisteria #BE7DE9

Color information

#BE7DE9 (or 0xBE7DE9) is unknown color: approx Wisteria. HEX triplet: BE, 7D and E9. RGB value is (190,125,233). Sum of RGB (Red+Green+Blue) = 190+125+233=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE7DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DE9 is #418216. Grayscale: #9C9C9C. Windows color (decimal): -4293143 or 15302078. OLE color: 15302078.

HSL color Cylindrical-coordinate representation of color #BE7DE9: hue angle of 276.11º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7DE9 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190125233-
CMYK0.180.4600.09
HSL276.11º71.05%70.2%-
HSV(B)276.11º46.35%91.37%-
XYZ43.2831.580.89-
YUV156.75171.03151.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 233 (91.41% from 255) = 42.52%
R=34.67%
G=22.81%
B=42.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901252330.180.4600.09276.1171.0570.2
HexBE7DE9122E091144746
Octal2761753512256011424107106
Binary10111110111110111101001100101011100100110001010010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DE9; }

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

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

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

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

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

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

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

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