#BC80DA

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

Shades of Wisteria #BC80DA

Tints of Wisteria #BC80DA

Color information

#BC80DA (or 0xBC80DA) is unknown color: approx Wisteria. HEX triplet: BC, 80 and DA. RGB value is (188,128,218). Sum of RGB (Red+Green+Blue) = 188+128+218=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80DA is #437F25. Grayscale: #9B9B9B. Windows color (decimal): -4423462 or 14319804. OLE color: 14319804.

HSL color Cylindrical-coordinate representation of color #BC80DA: hue angle of 280º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC80DA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188128218-
CMYK0.140.4100.15
HSL280º54.88%67.84%-
HSV(B)280º41.28%85.49%-
XYZ41.1131.1970.18-
YUV156.2162.88150.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=35.21%
G=23.97%
B=40.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881282180.140.4100.1528054.8867.84
HexBC80DAE290F1183744
Octal274200332165101743067104
Binary1011110010000000110110101110101001011111000110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80DA; }

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

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

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

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

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

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

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

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