#BE8DD6

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

Shades of Wisteria #BE8DD6

Tints of Wisteria #BE8DD6

Color information

#BE8DD6 (or 0xBE8DD6) is unknown color: approx Wisteria. HEX triplet: BE, 8D and D6. RGB value is (190,141,214). Sum of RGB (Red+Green+Blue) = 190+141+214=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE8DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DD6 is #417229. Grayscale: #A3A3A3. Windows color (decimal): -4289066 or 14060990. OLE color: 14060990.

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

Color convert

RGB190141214-
CMYK0.110.3400.16
HSL280.27º47.1%69.61%-
HSV(B)280.27º34.11%83.92%-
XYZ42.934.8568.08-
YUV163.97156.23146.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=34.86%
G=25.87%
B=39.27%

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
Decimal1901412140.110.3400.16280.2747.169.61
HexBE8DD6B220101182f46
Octal276215326134202043057106
Binary10111110100011011101011010111000100100001000110001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DD6; }

 p { color: rgb(190,141,214); }

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

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

 a { background-color: rgb(190,141,214); }

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

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

 span { border-color: rgb(190,141,214); }

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