#B477AD

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

Shades of London Hue #B477AD

Tints of London Hue #B477AD

Color information

#B477AD (or 0xB477AD) is unknown color: approx London Hue. HEX triplet: B4, 77 and AD. RGB value is (180,119,173). Sum of RGB (Red+Green+Blue) = 180+119+173=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B477AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477AD is #4B8852. Grayscale: #8F8F8F. Windows color (decimal): -4950099 or 11368372. OLE color: 11368372.

HSL color Cylindrical-coordinate representation of color #B477AD: hue angle of 306.89º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B477AD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180119173-
CMYK00.340.040.29
HSL306.89º28.91%58.63%-
HSV(B)306.89º33.89%70.59%-
XYZ32.9625.9142.8-
YUV143.4144.71154.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=38.14%
G=25.21%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011917300.340.040.29306.8928.9158.63
HexB477AD02241D1331d3b
Octal2641672550424354633573
Binary1011010011101111010110101000101001110110011001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477AD; }

 p { color: rgb(180,119,173); }

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

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

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

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

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

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

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