#BE7EED

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

Shades of Wisteria #BE7EED

Tints of Wisteria #BE7EED

Color information

#BE7EED (or 0xBE7EED) is unknown color: approx Wisteria. HEX triplet: BE, 7E and ED. RGB value is (190,126,237). Sum of RGB (Red+Green+Blue) = 190+126+237=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE7EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7EED is #418112. Grayscale: #9D9D9D. Windows color (decimal): -4292883 or 15564478. OLE color: 15564478.

HSL color Cylindrical-coordinate representation of color #BE7EED: hue angle of 274.59º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7EED is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190126237-
CMYK0.200.4700.07
HSL274.59º75.51%71.18%-
HSV(B)274.59º46.84%92.94%-
XYZ43.9831.9883.98-
YUV157.79172.7150.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=34.36%
G=22.78%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901262370.200.4700.07274.5975.5171.18
HexBE7EED142F071134c47
Octal276176355245707423114107
Binary1011111011111101110110110100101111011110001001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7EED; }

 p { color: rgb(190,126,237); }

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

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

 a { background-color: rgb(190,126,237); }

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

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

 span { border-color: rgb(190,126,237); }

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