#B476AC

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

Shades of London Hue #B476AC

Tints of London Hue #B476AC

Color information

#B476AC (or 0xB476AC) is unknown color: approx London Hue. HEX triplet: B4, 76 and AC. RGB value is (180,118,172). Sum of RGB (Red+Green+Blue) = 180+118+172=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B476AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476AC is #4B8953. Grayscale: #8E8E8E. Windows color (decimal): -4950356 or 11302580. OLE color: 11302580.

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

Color convert

RGB180118172-
CMYK00.340.040.29
HSL307.74º29.25%58.43%-
HSV(B)307.74º34.44%70.59%-
XYZ32.7525.6442.25-
YUV142.69144.54154.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=38.30%
G=25.11%
B=36.60%

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
Decimal18011817200.340.040.29307.7429.2558.43
HexB476AC02241D1341d3a
Octal2641662540424354643572
Binary1011010011101101010110001000101001110110011010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476AC; }

 p { color: rgb(180,118,172); }

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

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

 a { background-color: rgb(180,118,172); }

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

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

 span { border-color: rgb(180,118,172); }

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