#B47AAC

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

Shades of London Hue #B47AAC

Tints of London Hue #B47AAC

Color information

#B47AAC (or 0xB47AAC) is unknown color: approx London Hue. HEX triplet: B4, 7A and AC. RGB value is (180,122,172). Sum of RGB (Red+Green+Blue) = 180+122+172=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AAC is #4B8553. Grayscale: #909090. Windows color (decimal): -4949332 or 11303604. OLE color: 11303604.

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

Color convert

RGB180122172-
CMYK00.320.040.29
HSL308.28º27.88%59.22%-
HSV(B)308.28º32.22%70.59%-
XYZ33.2326.642.41-
YUV145.04143.22152.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=37.97%
G=25.74%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012217200.320.040.29308.2827.8859.22
HexB47AAC02041D1341c3b
Octal2641722540404354643473
Binary1011010011110101010110001000001001110110011010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AAC; }

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

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

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

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

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

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

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

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