#B077BE

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

Shades of East Side #B077BE

Tints of East Side #B077BE

Color information

#B077BE (or 0xB077BE) is unknown color: approx East Side. HEX triplet: B0, 77 and BE. RGB value is (176,119,190). Sum of RGB (Red+Green+Blue) = 176+119+190=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #B077BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077BE is #4F8841. Grayscale: #8F8F8F. Windows color (decimal): -5212226 or 12482480. OLE color: 12482480.

HSL color Cylindrical-coordinate representation of color #B077BE: hue angle of 288.17º degrees, saturation: 0.35, 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 #B077BE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176119190-
CMYK0.070.3700.25
HSL288.17º35.32%60.59%-
HSV(B)288.17º37.37%74.51%-
XYZ33.826.1451.98-
YUV144.14153.88150.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=36.29%
G=24.54%
B=39.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761191900.070.3700.25288.1735.3260.59
HexB077BE725019120233d
Octal2601672767450314404375
Binary10110000111011110111110111100101011001100100000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077BE; }

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

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

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

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

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

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

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

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