#BE7ADD

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

Shades of Wisteria #BE7ADD

Tints of Wisteria #BE7ADD

Color information

#BE7ADD (or 0xBE7ADD) is unknown color: approx Wisteria. HEX triplet: BE, 7A and DD. RGB value is (190,122,221). Sum of RGB (Red+Green+Blue) = 190+122+221=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ADD is #418522. Grayscale: #999999. Windows color (decimal): -4293923 or 14514878. OLE color: 14514878.

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

Color convert

RGB190122221-
CMYK0.140.4500.13
HSL281.21º59.28%67.25%-
HSV(B)281.21º44.8%86.67%-
XYZ41.2530.0972.04-
YUV153.62166.03153.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 122 (48.05% from 255) = 22.89%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=35.65%
G=22.89%
B=41.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901222210.140.4500.13281.2159.2867.25
HexBE7ADDE2D0D1193b43
Octal276172335165501543173103
Binary101111101111010110111011110101101011011000110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7ADD; }

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

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

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

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

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

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

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

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