#BE7CDA

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

Shades of Wisteria #BE7CDA

Tints of Wisteria #BE7CDA

Color information

#BE7CDA (or 0xBE7CDA) is unknown color: approx Wisteria. HEX triplet: BE, 7C and DA. RGB value is (190,124,218). Sum of RGB (Red+Green+Blue) = 190+124+218=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CDA is #418325. Grayscale: #9A9A9A. Windows color (decimal): -4293414 or 14318782. OLE color: 14318782.

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

Color convert

RGB190124218-
CMYK0.130.4300.15
HSL282.13º55.95%67.06%-
HSV(B)282.13º43.12%85.49%-
XYZ41.130.4270.04-
YUV154.45163.87153.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 124 (48.83% from 255) = 23.31%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=35.71%
G=23.31%
B=40.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901242180.130.4300.15282.1355.9567.06
HexBE7CDAD2B0F11a3843
Octal276174332155301743270103
Binary101111101111100110110101101101011011111000110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CDA; }

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

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

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

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

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

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

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

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