#BC82DF

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

Shades of Wisteria #BC82DF

Tints of Wisteria #BC82DF

Color information

#BC82DF (or 0xBC82DF) is unknown color: approx Wisteria. HEX triplet: BC, 82 and DF. RGB value is (188,130,223). Sum of RGB (Red+Green+Blue) = 188+130+223=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC82DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82DF is #437D20. Grayscale: #9D9D9D. Windows color (decimal): -4422945 or 14647996. OLE color: 14647996.

HSL color Cylindrical-coordinate representation of color #BC82DF: hue angle of 277.42º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC82DF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188130223-
CMYK0.160.4200.13
HSL277.42º59.24%69.22%-
HSV(B)277.42º41.7%87.45%-
XYZ42.0431.9873.77-
YUV157.94164.72149.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=34.75%
G=24.03%
B=41.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881302230.160.4200.13277.4259.2469.22
HexBC82DF102A0D1153b45
Octal274202337205201542573105
Binary10111100100000101101111110000101010011011000101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82DF; }

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

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

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

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

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

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

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

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