#BE8CDA

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

Shades of Wisteria #BE8CDA

Tints of Wisteria #BE8CDA

Color information

#BE8CDA (or 0xBE8CDA) is unknown color: approx Wisteria. HEX triplet: BE, 8C and DA. RGB value is (190,140,218). Sum of RGB (Red+Green+Blue) = 190+140+218=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CDA is #417325. Grayscale: #A3A3A3. Windows color (decimal): -4289318 or 14322878. OLE color: 14322878.

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

Color convert

RGB190140218-
CMYK0.130.3600.15
HSL278.46º51.32%70.2%-
HSV(B)278.46º35.78%85.49%-
XYZ43.2734.7770.76-
YUV163.84158.56146.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=34.67%
G=25.55%
B=39.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901402180.130.3600.15278.4651.3270.2
HexBE8CDAD240F1163346
Octal276214332154401742663106
Binary1011111010001100110110101101100100011111000101101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CDA; }

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

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

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

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

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

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

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

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