#BE8CD5

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

Shades of Wisteria #BE8CD5

Tints of Wisteria #BE8CD5

Color information

#BE8CD5 (or 0xBE8CD5) is unknown color: approx Wisteria. HEX triplet: BE, 8C and D5. RGB value is (190,140,213). Sum of RGB (Red+Green+Blue) = 190+140+213=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE8CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CD5 is #41732A. Grayscale: #A3A3A3. Windows color (decimal): -4289323 or 13995198. OLE color: 13995198.

HSL color Cylindrical-coordinate representation of color #BE8CD5: hue angle of 281.1º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8CD5 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190140213-
CMYK0.110.3400.16
HSL281.1º46.5%69.22%-
HSV(B)281.1º34.27%83.53%-
XYZ42.6234.5167.36-
YUV163.27156.06147.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 140 (55.08% from 255) = 25.78%
BLUE value IS 213 (83.59% from 255) = 39.23%
R=34.99%
G=25.78%
B=39.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901402130.110.3400.16281.146.569.22
HexBE8CD5B220101192e45
Octal276214325134202043156105
Binary10111110100011001101010110111000100100001000110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CD5; }

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

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

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

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

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

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

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

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