#BC8FD9

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

Shades of Wisteria #BC8FD9

Tints of Wisteria #BC8FD9

Color information

#BC8FD9 (or 0xBC8FD9) is unknown color: approx Wisteria. HEX triplet: BC, 8F and D9. RGB value is (188,143,217). Sum of RGB (Red+Green+Blue) = 188+143+217=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC8FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FD9 is #437026. Grayscale: #A4A4A4. Windows color (decimal): -4419623 or 14258108. OLE color: 14258108.

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

Color convert

RGB188143217-
CMYK0.130.3400.15
HSL276.49º49.33%70.59%-
HSV(B)276.49º34.1%85.1%-
XYZ43.0935.3570.2-
YUV164.89157.41144.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=34.31%
G=26.09%
B=39.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881432170.130.3400.15276.4949.3370.59
HexBC8FD9D220F1143147
Octal274217331154201742461107
Binary1011110010001111110110011101100010011111000101001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FD9; }

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

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

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

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

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

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

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

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