#B077CC

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

Shades of East Side #B077CC

Tints of East Side #B077CC

Color information

#B077CC (or 0xB077CC) is unknown color: approx East Side. HEX triplet: B0, 77 and CC. RGB value is (176,119,204). Sum of RGB (Red+Green+Blue) = 176+119+204=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #B077CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077CC is #4F8833. Grayscale: #919191. Windows color (decimal): -5212212 or 13399984. OLE color: 13399984.

HSL color Cylindrical-coordinate representation of color #B077CC: hue angle of 280.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B077CC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176119204-
CMYK0.140.4200.2
HSL280.24º45.45%63.33%-
HSV(B)280.24º41.67%80%-
XYZ35.426.7860.43-
YUV145.73160.88149.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 119 (46.88% from 255) = 23.85%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=35.27%
G=23.85%
B=40.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761192040.140.4200.2280.2445.4563.33
HexB077CCE2A0141182d3f
Octal26016731416520244305577
Binary101100001110111110011001110101010010100100011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077CC; }

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

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

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

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

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

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

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

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