#BE8CDE

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

Shades of Wisteria #BE8CDE

Tints of Wisteria #BE8CDE

Color information

#BE8CDE (or 0xBE8CDE) is unknown color: approx Wisteria. HEX triplet: BE, 8C and DE. RGB value is (190,140,222). Sum of RGB (Red+Green+Blue) = 190+140+222=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CDE is #417321. Grayscale: #A4A4A4. Windows color (decimal): -4289314 or 14585022. OLE color: 14585022.

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

Color convert

RGB190140222-
CMYK0.140.3700.13
HSL276.59º55.41%70.98%-
HSV(B)276.59º36.94%87.06%-
XYZ43.834.9873.55-
YUV164.3160.56146.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 140 (55.08% from 255) = 25.36%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=34.42%
G=25.36%
B=40.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901402220.140.3700.13276.5955.4170.98
HexBE8CDEE250D1153747
Octal276214336164501542567107
Binary1011111010001100110111101110100101011011000101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CDE; }

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

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

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

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

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

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

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

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