#B579C2

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

Shades of East Side #B579C2

Tints of East Side #B579C2

Color information

#B579C2 (or 0xB579C2) is unknown color: approx East Side. HEX triplet: B5, 79 and C2. RGB value is (181,121,194). Sum of RGB (Red+Green+Blue) = 181+121+194=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #B579C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B579C2 is #4A863D. Grayscale: #939393. Windows color (decimal): -4884030 or 12745141. OLE color: 12745141.

HSL color Cylindrical-coordinate representation of color #B579C2: hue angle of 289.32º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B579C2 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181121194-
CMYK0.070.3800.24
HSL289.32º37.44%61.76%-
HSV(B)289.32º37.63%76.08%-
XYZ35.6327.3954.45-
YUV147.26154.38152.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=36.49%
G=24.40%
B=39.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811211940.070.3800.24289.3237.4461.76
HexB579C2726018121253e
Octal2651713027460304414576
Binary10110101111100111000010111100110011000100100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B579C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B579C2; }

 p { color: rgb(181,121,194); }

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

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

 a { background-color: rgb(181,121,194); }

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

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

 span { border-color: rgb(181,121,194); }

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