#BE7DE5

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

Shades of Wisteria #BE7DE5

Tints of Wisteria #BE7DE5

Color information

#BE7DE5 (or 0xBE7DE5) is unknown color: approx Wisteria. HEX triplet: BE, 7D and E5. RGB value is (190,125,229). Sum of RGB (Red+Green+Blue) = 190+125+229=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE7DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DE5 is #41821A. Grayscale: #9B9B9B. Windows color (decimal): -4293147 or 15039934. OLE color: 15039934.

HSL color Cylindrical-coordinate representation of color #BE7DE5: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7DE5 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190125229-
CMYK0.170.4500.10
HSL277.5º66.67%69.41%-
HSV(B)277.5º45.41%89.8%-
XYZ42.7131.2777.91-
YUV156.29169.03152.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 229 (89.84% from 255) = 42.10%
R=34.93%
G=22.98%
B=42.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901252290.170.4500.10277.566.6769.41
HexBE7DE5112D0A1164345
Octal2761753452155012426103105
Binary10111110111110111100101100011011010101010001011010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DE5; }

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

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

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

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

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

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

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

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