#BC80E0

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

Shades of Wisteria #BC80E0

Tints of Wisteria #BC80E0

Color information

#BC80E0 (or 0xBC80E0) is unknown color: approx Wisteria. HEX triplet: BC, 80 and E0. RGB value is (188,128,224). Sum of RGB (Red+Green+Blue) = 188+128+224=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC80E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80E0 is #437F1F. Grayscale: #9C9C9C. Windows color (decimal): -4423456 or 14713020. OLE color: 14713020.

HSL color Cylindrical-coordinate representation of color #BC80E0: hue angle of 277.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC80E0 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188128224-
CMYK0.160.4300.12
HSL277.5º60.76%69.02%-
HSV(B)277.5º42.86%87.84%-
XYZ41.9131.5174.39-
YUV156.88165.88150.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 224 (87.89% from 255) = 41.48%
R=34.81%
G=23.70%
B=41.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881282240.160.4300.12277.560.7669.02
HexBC80E0102B0C1163d45
Octal274200340205301442675105
Binary10111100100000001110000010000101011011001000101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80E0; }

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

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

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

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

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

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

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

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