#B776C1

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

Shades of East Side #B776C1

Tints of East Side #B776C1

Color information

#B776C1 (or 0xB776C1) is unknown color: approx East Side. HEX triplet: B7, 76 and C1. RGB value is (183,118,193). Sum of RGB (Red+Green+Blue) = 183+118+193=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #B776C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776C1 is #48893E. Grayscale: #919191. Windows color (decimal): -4753727 or 12678839. OLE color: 12678839.

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

Color convert

RGB183118193-
CMYK0.050.3900.24
HSL292º37.69%60.98%-
HSV(B)292º38.86%75.69%-
XYZ35.6326.8753.76-
YUV145.98154.53154.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=37.04%
G=23.89%
B=39.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831181930.050.3900.2429237.6960.98
HexB776C1527018124263d
Octal2671663015470304444675
Binary10110111111011011000001101100111011000100100100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776C1; }

 p { color: rgb(183,118,193); }

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

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

 a { background-color: rgb(183,118,193); }

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

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

 span { border-color: rgb(183,118,193); }

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