#BC8ED0

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

Shades of Wisteria #BC8ED0

Tints of Wisteria #BC8ED0

Color information

#BC8ED0 (or 0xBC8ED0) is unknown color: approx Wisteria. HEX triplet: BC, 8E and D0. RGB value is (188,142,208). Sum of RGB (Red+Green+Blue) = 188+142+208=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ED0 is #43712F. Grayscale: #A3A3A3. Windows color (decimal): -4419888 or 13668028. OLE color: 13668028.

HSL color Cylindrical-coordinate representation of color #BC8ED0: hue angle of 281.82º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8ED0 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188142208-
CMYK0.100.3200.18
HSL281.82º41.25%68.63%-
HSV(B)281.82º31.73%81.57%-
XYZ41.834.5964.15-
YUV163.28153.24145.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=34.94%
G=26.39%
B=38.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881422080.100.3200.18281.8241.2568.63
HexBC8ED0A2001211a2945
Octal274216320124002243251105
Binary10111100100011101101000010101000000100101000110101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ED0; }

 p { color: rgb(188,142,208); }

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

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

 a { background-color: rgb(188,142,208); }

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

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

 span { border-color: rgb(188,142,208); }

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