#BC8DD9

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

Shades of Wisteria #BC8DD9

Tints of Wisteria #BC8DD9

Color information

#BC8DD9 (or 0xBC8DD9) is unknown color: approx Wisteria. HEX triplet: BC, 8D and D9. RGB value is (188,141,217). Sum of RGB (Red+Green+Blue) = 188+141+217=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC8DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DD9 is #437226. Grayscale: #A3A3A3. Windows color (decimal): -4420135 or 14257596. OLE color: 14257596.

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

Color convert

RGB188141217-
CMYK0.130.3500.15
HSL277.11º50%70.2%-
HSV(B)277.11º35.02%85.1%-
XYZ42.7934.7570.1-
YUV163.72158.07145.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 217 (85.16% from 255) = 39.74%
R=34.43%
G=25.82%
B=39.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881412170.130.3500.15277.115070.2
HexBC8DD9D230F1153246
Octal274215331154301742562106
Binary1011110010001101110110011101100011011111000101011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DD9; }

 p { color: rgb(188,141,217); }

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

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

 a { background-color: rgb(188,141,217); }

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

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

 span { border-color: rgb(188,141,217); }

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