#BC8FDD

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

Shades of Wisteria #BC8FDD

Tints of Wisteria #BC8FDD

Color information

#BC8FDD (or 0xBC8FDD) is unknown color: approx Wisteria. HEX triplet: BC, 8F and DD. RGB value is (188,143,221). Sum of RGB (Red+Green+Blue) = 188+143+221=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FDD is #437022. Grayscale: #A5A5A5. Windows color (decimal): -4419619 or 14520252. OLE color: 14520252.

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

Color convert

RGB188143221-
CMYK0.150.3500.13
HSL274.62º53.42%71.37%-
HSV(B)274.62º35.29%86.67%-
XYZ43.6135.5672.97-
YUV165.35159.41144.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 143 (56.25% from 255) = 25.91%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=34.06%
G=25.91%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881432210.150.3500.13274.6253.4271.37
HexBC8FDDF230D1133547
Octal274217335174301542365107
Binary1011110010001111110111011111100011011011000100111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FDD; }

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

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

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

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

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

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

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

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