#BE8AD4

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

Shades of Wisteria #BE8AD4

Tints of Wisteria #BE8AD4

Color information

#BE8AD4 (or 0xBE8AD4) is unknown color: approx Wisteria. HEX triplet: BE, 8A and D4. RGB value is (190,138,212). Sum of RGB (Red+Green+Blue) = 190+138+212=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE8AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AD4 is #41752B. Grayscale: #A1A1A1. Windows color (decimal): -4289836 or 13929150. OLE color: 13929150.

HSL color Cylindrical-coordinate representation of color #BE8AD4: hue angle of 282.16º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE8AD4 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190138212-
CMYK0.100.3500.17
HSL282.16º46.25%68.63%-
HSV(B)282.16º34.91%83.14%-
XYZ42.2133.8866.6-
YUV161.98156.23147.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 212 (83.20% from 255) = 39.26%
R=35.19%
G=25.56%
B=39.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901382120.100.3500.17282.1646.2568.63
HexBE8AD4A2301111a2e45
Octal276212324124302143256105
Binary10111110100010101101010010101000110100011000110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AD4; }

 p { color: rgb(190,138,212); }

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

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

 a { background-color: rgb(190,138,212); }

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

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

 span { border-color: rgb(190,138,212); }

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