#BC80F1

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

Shades of Wisteria #BC80F1

Tints of Wisteria #BC80F1

Color information

#BC80F1 (or 0xBC80F1) is unknown color: approx Wisteria. HEX triplet: BC, 80 and F1. RGB value is (188,128,241). Sum of RGB (Red+Green+Blue) = 188+128+241=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80F1 is #437F0E. Grayscale: #9E9E9E. Windows color (decimal): -4423439 or 15827132. OLE color: 15827132.

HSL color Cylindrical-coordinate representation of color #BC80F1: hue angle of 271.86º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC80F1 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188128241-
CMYK0.220.4700.05
HSL271.86º80.14%72.35%-
HSV(B)271.86º46.89%94.51%-
XYZ44.3432.4887.15-
YUV158.82174.38148.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=33.75%
G=22.98%
B=43.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881282410.220.4700.05271.8680.1472.35
HexBC80F1162F051105048
Octal274200361265705420120110
Binary10111100100000001111000110110101111010110001000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80F1; }

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

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

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

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

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

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

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

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