#BE8DCD

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

Shades of Wisteria #BE8DCD

Tints of Wisteria #BE8DCD

Color information

#BE8DCD (or 0xBE8DCD) is unknown color: approx Wisteria. HEX triplet: BE, 8D and CD. RGB value is (190,141,205). Sum of RGB (Red+Green+Blue) = 190+141+205=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DCD is #417232. Grayscale: #A2A2A2. Windows color (decimal): -4289075 or 13471166. OLE color: 13471166.

HSL color Cylindrical-coordinate representation of color #BE8DCD: hue angle of 285.94º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8DCD is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190141205-
CMYK0.070.3100.20
HSL285.94º39.02%67.84%-
HSV(B)285.94º31.22%80.39%-
XYZ41.7834.462.2-
YUV162.95151.73147.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=35.45%
G=26.31%
B=38.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901412050.070.3100.20285.9439.0267.84
HexBE8DCD71F01411e2744
Octal27621531573702443647104
Binary101111101000110111001101111111110101001000111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DCD; }

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

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

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

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

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

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

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

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