#B177AF

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

Shades of London Hue #B177AF

Tints of London Hue #B177AF

Color information

#B177AF (or 0xB177AF) is unknown color: approx London Hue. HEX triplet: B1, 77 and AF. RGB value is (177,119,175). Sum of RGB (Red+Green+Blue) = 177+119+175=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B177AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B177AF is #4E8850. Grayscale: #8E8E8E. Windows color (decimal): -5146705 or 11499441. OLE color: 11499441.

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

Color convert

RGB177119175-
CMYK00.330.010.31
HSL302.07º27.1%58.04%-
HSV(B)302.07º32.77%69.41%-
XYZ32.4725.6443.79-
YUV142.73146.22152.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=37.58%
G=25.27%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711917500.330.010.31302.0727.158.04
HexB177AF02111F12e1b3a
Octal2611672570411374563372
Binary10110001111011110101111010000111111110010111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177AF; }

 p { color: rgb(177,119,175); }

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

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

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

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

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

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

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