#BE7FDD

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

Shades of Wisteria #BE7FDD

Tints of Wisteria #BE7FDD

Color information

#BE7FDD (or 0xBE7FDD) is unknown color: approx Wisteria. HEX triplet: BE, 7F and DD. RGB value is (190,127,221). Sum of RGB (Red+Green+Blue) = 190+127+221=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FDD is #418022. Grayscale: #9C9C9C. Windows color (decimal): -4292643 or 14516158. OLE color: 14516158.

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

Color convert

RGB190127221-
CMYK0.140.4300.13
HSL280.21º58.02%68.24%-
HSV(B)280.21º42.53%86.67%-
XYZ41.8831.3572.25-
YUV156.55164.37151.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 127 (50% from 255) = 23.61%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=35.32%
G=23.61%
B=41.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901272210.140.4300.13280.2158.0268.24
HexBE7FDDE2B0D1183a44
Octal276177335165301543072104
Binary101111101111111110111011110101011011011000110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FDD; }

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

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

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

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

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

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

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

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