#B077B0

Color #B077B0 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B077B0

Tints of London Hue #B077B0

Color information

#B077B0 (or 0xB077B0) is unknown color: approx London Hue. HEX triplet: B0, 77 and B0. RGB value is (176,119,176). Sum of RGB (Red+Green+Blue) = 176+119+176=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B077B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077B0 is #4F884F. Grayscale: #8E8E8E. Windows color (decimal): -5212240 or 11564976. OLE color: 11564976.

HSL color Cylindrical-coordinate representation of color #B077B0: hue angle of 300º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B077B0 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB176119176-
CMYK00.3200.31
HSL300º26.51%57.84%-
HSV(B)300º32.39%69.02%-
XYZ32.3425.5644.3-
YUV142.54146.88151.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=37.37%
G=25.27%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611917600.3200.3130026.5157.84
HexB077B002001F12c1b3a
Octal2601672600400374543372
Binary10110000111011110110000010000001111110010110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077B0; }

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

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

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

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

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

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

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

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