#BE8DDE

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

Shades of Wisteria #BE8DDE

Tints of Wisteria #BE8DDE

Color information

#BE8DDE (or 0xBE8DDE) is unknown color: approx Wisteria. HEX triplet: BE, 8D and DE. RGB value is (190,141,222). Sum of RGB (Red+Green+Blue) = 190+141+222=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DDE is #417221. Grayscale: #A4A4A4. Windows color (decimal): -4289058 or 14585278. OLE color: 14585278.

HSL color Cylindrical-coordinate representation of color #BE8DDE: hue angle of 276.3º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE8DDE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190141222-
CMYK0.140.3600.13
HSL276.3º55.1%71.18%-
HSV(B)276.3º36.49%87.06%-
XYZ43.9435.2773.6-
YUV164.88160.23145.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=34.36%
G=25.50%
B=40.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901412220.140.3600.13276.355.171.18
HexBE8DDEE240D1143747
Octal276215336164401542467107
Binary1011111010001101110111101110100100011011000101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DDE; }

 p { color: rgb(190,141,222); }

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

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

 a { background-color: rgb(190,141,222); }

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

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

 span { border-color: rgb(190,141,222); }

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