#BC79E5

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

Shades of Wisteria #BC79E5

Tints of Wisteria #BC79E5

Color information

#BC79E5 (or 0xBC79E5) is unknown color: approx Wisteria. HEX triplet: BC, 79 and E5. RGB value is (188,121,229). Sum of RGB (Red+Green+Blue) = 188+121+229=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79E5 is #43861A. Grayscale: #989898. Windows color (decimal): -4425243 or 15038908. OLE color: 15038908.

HSL color Cylindrical-coordinate representation of color #BC79E5: hue angle of 277.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC79E5 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188121229-
CMYK0.180.4700.10
HSL277.22º67.5%68.63%-
HSV(B)277.22º47.16%89.8%-
XYZ41.7230.0277.72-
YUV153.34170.7152.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 121 (47.66% from 255) = 22.49%
BLUE value IS 229 (89.84% from 255) = 42.57%
R=34.94%
G=22.49%
B=42.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881212290.180.4700.10277.2267.568.63
HexBC79E5122F0A1154445
Octal2741713452257012425104105
Binary10111100111100111100101100101011110101010001010110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79E5; }

 p { color: rgb(188,121,229); }

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

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

 a { background-color: rgb(188,121,229); }

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

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

 span { border-color: rgb(188,121,229); }

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