#BC88DB

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

Shades of Wisteria #BC88DB

Tints of Wisteria #BC88DB

Color information

#BC88DB (or 0xBC88DB) is unknown color: approx Wisteria. HEX triplet: BC, 88 and DB. RGB value is (188,136,219). Sum of RGB (Red+Green+Blue) = 188+136+219=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88DB is #437724. Grayscale: #A0A0A0. Windows color (decimal): -4421413 or 14387388. OLE color: 14387388.

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

Color convert

RGB188136219-
CMYK0.140.3800.14
HSL277.59º53.55%69.61%-
HSV(B)277.59º37.9%85.88%-
XYZ42.3333.4171.24-
YUV161.01160.73147.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=34.62%
G=25.05%
B=40.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881362190.140.3800.14277.5953.5569.61
HexBC88DBE260E1163646
Octal274210333164601642666106
Binary1011110010001000110110111110100110011101000101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88DB; }

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

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

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

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

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

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

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

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