#B477AB

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

Shades of London Hue #B477AB

Tints of London Hue #B477AB

Color information

#B477AB (or 0xB477AB) is unknown color: approx London Hue. HEX triplet: B4, 77 and AB. RGB value is (180,119,171). Sum of RGB (Red+Green+Blue) = 180+119+171=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B477AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477AB is #4B8854. Grayscale: #8F8F8F. Windows color (decimal): -4950101 or 11237300. OLE color: 11237300.

HSL color Cylindrical-coordinate representation of color #B477AB: hue angle of 308.85º 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 #B477AB is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180119171-
CMYK00.340.050.29
HSL308.85º28.91%58.63%-
HSV(B)308.85º33.89%70.59%-
XYZ32.7725.8441.79-
YUV143.17143.71154.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=38.30%
G=25.32%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011917100.340.050.29308.8528.9158.63
HexB477AB02251D1351d3b
Octal2641672530425354653573
Binary1011010011101111010101101000101011110110011010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477AB; }

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

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

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

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

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

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

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

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