#BE8FDE

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

Shades of Wisteria #BE8FDE

Tints of Wisteria #BE8FDE

Color information

#BE8FDE (or 0xBE8FDE) is unknown color: approx Wisteria. HEX triplet: BE, 8F and DE. RGB value is (190,143,222). Sum of RGB (Red+Green+Blue) = 190+143+222=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FDE is #417021. Grayscale: #A5A5A5. Windows color (decimal): -4288546 or 14585790. OLE color: 14585790.

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

Color convert

RGB190143222-
CMYK0.140.3600.13
HSL275.7º54.48%71.57%-
HSV(B)275.7º35.59%87.06%-
XYZ44.2435.8773.7-
YUV166.06159.57145.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 143 (56.25% from 255) = 25.77%
BLUE value IS 222 (87.11% from 255) = 40%
R=34.23%
G=25.77%
B=40%

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
Decimal1901432220.140.3600.13275.754.4871.57
HexBE8FDEE240D1143648
Octal276217336164401542466110
Binary1011111010001111110111101110100100011011000101001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FDE; }

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

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

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

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

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

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

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

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