#BC81F1

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

Shades of Wisteria #BC81F1

Tints of Wisteria #BC81F1

Color information

#BC81F1 (or 0xBC81F1) is unknown color: approx Wisteria. HEX triplet: BC, 81 and F1. RGB value is (188,129,241). Sum of RGB (Red+Green+Blue) = 188+129+241=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC81F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81F1 is #437E0E. Grayscale: #9F9F9F. Windows color (decimal): -4423183 or 15827388. OLE color: 15827388.

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

Color convert

RGB188129241-
CMYK0.220.4600.05
HSL271.61º80%72.55%-
HSV(B)271.61º46.47%94.51%-
XYZ44.4732.7487.2-
YUV159.41174.05148.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=33.69%
G=23.12%
B=43.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881292410.220.4600.05271.618072.55
HexBC81F1162E051105049
Octal274201361265605420120111
Binary10111100100000011111000110110101110010110001000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81F1; }

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

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

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

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

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

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

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

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