#B779C0

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

Shades of East Side #B779C0

Tints of East Side #B779C0

Color information

#B779C0 (or 0xB779C0) is unknown color: approx East Side. HEX triplet: B7, 79 and C0. RGB value is (183,121,192). Sum of RGB (Red+Green+Blue) = 183+121+192=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #B779C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779C0 is #48863F. Grayscale: #939393. Windows color (decimal): -4752960 or 12614071. OLE color: 12614071.

HSL color Cylindrical-coordinate representation of color #B779C0: hue angle of 292.39º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B779C0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183121192-
CMYK0.050.3700.25
HSL292.39º36.04%61.37%-
HSV(B)292.39º36.98%75.29%-
XYZ35.8827.5553.3-
YUV147.63153.04153.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 192 (75.39% from 255) = 38.71%
R=36.90%
G=24.40%
B=38.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831211920.050.3700.25292.3936.0461.37
HexB779C0525019124243d
Octal2671713005450314444475
Binary10110111111100111000000101100101011001100100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779C0; }

 p { color: rgb(183,121,192); }

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

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

 a { background-color: rgb(183,121,192); }

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

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

 span { border-color: rgb(183,121,192); }

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