#BC81DE

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

Shades of Wisteria #BC81DE

Tints of Wisteria #BC81DE

Color information

#BC81DE (or 0xBC81DE) is unknown color: approx Wisteria. HEX triplet: BC, 81 and DE. RGB value is (188,129,222). Sum of RGB (Red+Green+Blue) = 188+129+222=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81DE is #437E21. Grayscale: #9C9C9C. Windows color (decimal): -4423202 or 14582204. OLE color: 14582204.

HSL color Cylindrical-coordinate representation of color #BC81DE: hue angle of 278.06º degrees, saturation: 0.58, 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 #BC81DE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188129222-
CMYK0.150.4200.13
HSL278.06º58.49%68.82%-
HSV(B)278.06º41.89%87.06%-
XYZ41.7731.6773.02-
YUV157.24164.55149.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=34.88%
G=23.93%
B=41.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881292220.150.4200.13278.0658.4968.82
HexBC81DEF2A0D1163a45
Octal274201336175201542672105
Binary1011110010000001110111101111101010011011000101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81DE; }

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

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

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

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

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

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

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

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