#BE8CDD

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

Shades of Wisteria #BE8CDD

Tints of Wisteria #BE8CDD

Color information

#BE8CDD (or 0xBE8CDD) is unknown color: approx Wisteria. HEX triplet: BE, 8C and DD. RGB value is (190,140,221). Sum of RGB (Red+Green+Blue) = 190+140+221=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CDD is #417322. Grayscale: #A3A3A3. Windows color (decimal): -4289315 or 14519486. OLE color: 14519486.

HSL color Cylindrical-coordinate representation of color #BE8CDD: hue angle of 277.04º degrees, saturation: 0.54, 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 #BE8CDD is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190140221-
CMYK0.140.3700.13
HSL277.04º54.36%70.78%-
HSV(B)277.04º36.65%86.67%-
XYZ43.6634.9272.85-
YUV164.18160.06146.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=34.48%
G=25.41%
B=40.11%

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
Decimal1901402210.140.3700.13277.0454.3670.78
HexBE8CDDE250D1153647
Octal276214335164501542566107
Binary1011111010001100110111011110100101011011000101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CDD; }

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

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

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

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

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

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

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

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