#BC80DB

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

Shades of Wisteria #BC80DB

Tints of Wisteria #BC80DB

Color information

#BC80DB (or 0xBC80DB) is unknown color: approx Wisteria. HEX triplet: BC, 80 and DB. RGB value is (188,128,219). Sum of RGB (Red+Green+Blue) = 188+128+219=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80DB is #437F24. Grayscale: #9C9C9C. Windows color (decimal): -4423461 or 14385340. OLE color: 14385340.

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

Color convert

RGB188128219-
CMYK0.140.4200.14
HSL279.56º55.83%68.04%-
HSV(B)279.56º41.55%85.88%-
XYZ41.2431.2470.87-
YUV156.31163.38150.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=35.14%
G=23.93%
B=40.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881282190.140.4200.14279.5655.8368.04
HexBC80DBE2A0E1183844
Octal274200333165201643070104
Binary1011110010000000110110111110101010011101000110001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80DB; }

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

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

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

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

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

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

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

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