#BE7FDA

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

Shades of Wisteria #BE7FDA

Tints of Wisteria #BE7FDA

Color information

#BE7FDA (or 0xBE7FDA) is unknown color: approx Wisteria. HEX triplet: BE, 7F and DA. RGB value is (190,127,218). Sum of RGB (Red+Green+Blue) = 190+127+218=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FDA is #418025. Grayscale: #9B9B9B. Windows color (decimal): -4292646 or 14319550. OLE color: 14319550.

HSL color Cylindrical-coordinate representation of color #BE7FDA: hue angle of 281.54º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE7FDA is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190127218-
CMYK0.130.4200.15
HSL281.54º55.15%67.65%-
HSV(B)281.54º41.74%85.49%-
XYZ41.4831.1970.16-
YUV156.21162.87152.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=35.51%
G=23.74%
B=40.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901272180.130.4200.15281.5455.1567.65
HexBE7FDAD2A0F11a3744
Octal276177332155201743267104
Binary101111101111111110110101101101010011111000110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FDA; }

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

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

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

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

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

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

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

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