#B077BA

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

Shades of East Side #B077BA

Tints of East Side #B077BA

Color information

#B077BA (or 0xB077BA) is unknown color: approx East Side. HEX triplet: B0, 77 and BA. RGB value is (176,119,186). Sum of RGB (Red+Green+Blue) = 176+119+186=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B077BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077BA is #4F8845. Grayscale: #8F8F8F. Windows color (decimal): -5212230 or 12220336. OLE color: 12220336.

HSL color Cylindrical-coordinate representation of color #B077BA: hue angle of 291.04º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B077BA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176119186-
CMYK0.050.3600.27
HSL291.04º32.68%59.8%-
HSV(B)291.04º36.02%72.94%-
XYZ33.3625.9749.71-
YUV143.68151.88151.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=36.59%
G=24.74%
B=38.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761191860.050.3600.27291.0432.6859.8
HexB077BA52401B123213c
Octal2601672725440334434174
Binary10110000111011110111010101100100011011100100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077BA; }

 p { color: rgb(176,119,186); }

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

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

 a { background-color: rgb(176,119,186); }

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

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

 span { border-color: rgb(176,119,186); }

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