#BC91DB

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

Shades of Wisteria #BC91DB

Tints of Wisteria #BC91DB

Color information

#BC91DB (or 0xBC91DB) is unknown color: approx Wisteria. HEX triplet: BC, 91 and DB. RGB value is (188,145,219). Sum of RGB (Red+Green+Blue) = 188+145+219=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91DB is #436E24. Grayscale: #A6A6A6. Windows color (decimal): -4419109 or 14389692. OLE color: 14389692.

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

Color convert

RGB188145219-
CMYK0.140.3400.14
HSL274.86º50.68%71.37%-
HSV(B)274.86º33.79%85.88%-
XYZ43.6536.0671.68-
YUV166.29157.75143.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=34.06%
G=26.27%
B=39.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881452190.140.3400.14274.8650.6871.37
HexBC91DBE220E1133347
Octal274221333164201642363107
Binary1011110010010001110110111110100010011101000100111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91DB; }

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

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

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

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

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

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

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

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