#BC8EDB

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

Shades of Wisteria #BC8EDB

Tints of Wisteria #BC8EDB

Color information

#BC8EDB (or 0xBC8EDB) is unknown color: approx Wisteria. HEX triplet: BC, 8E and DB. RGB value is (188,142,219). Sum of RGB (Red+Green+Blue) = 188+142+219=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EDB is #437124. Grayscale: #A4A4A4. Windows color (decimal): -4419877 or 14388924. OLE color: 14388924.

HSL color Cylindrical-coordinate representation of color #BC8EDB: hue angle of 275.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8EDB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188142219-
CMYK0.140.3500.14
HSL275.84º51.68%70.78%-
HSV(B)275.84º35.16%85.88%-
XYZ43.235.1571.53-
YUV164.53158.74144.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 142 (55.86% from 255) = 25.87%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=34.24%
G=25.87%
B=39.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881422190.140.3500.14275.8451.6870.78
HexBC8EDBE230E1143447
Octal274216333164301642464107
Binary1011110010001110110110111110100011011101000101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EDB; }

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

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

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

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

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

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

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

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