#BC82F1

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

Shades of Wisteria #BC82F1

Tints of Wisteria #BC82F1

Color information

#BC82F1 (or 0xBC82F1) is unknown color: approx Wisteria. HEX triplet: BC, 82 and F1. RGB value is (188,130,241). Sum of RGB (Red+Green+Blue) = 188+130+241=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC82F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82F1 is #437D0E. Grayscale: #9F9F9F. Windows color (decimal): -4422927 or 15827644. OLE color: 15827644.

HSL color Cylindrical-coordinate representation of color #BC82F1: hue angle of 271.35º 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 #BC82F1 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188130241-
CMYK0.220.4600.05
HSL271.35º79.86%72.75%-
HSV(B)271.35º46.06%94.51%-
XYZ44.633.0187.24-
YUV160173.72147.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=33.63%
G=23.26%
B=43.11%

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
Decimal1881302410.220.4600.05271.3579.8672.75
HexBC82F1162E0510f5049
Octal274202361265605417120111
Binary10111100100000101111000110110101110010110000111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82F1; }

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

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

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

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

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

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

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

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