#B47EAC

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

Shades of London Hue #B47EAC

Tints of London Hue #B47EAC

Color information

#B47EAC (or 0xB47EAC) is unknown color: approx London Hue. HEX triplet: B4, 7E and AC. RGB value is (180,126,172). Sum of RGB (Red+Green+Blue) = 180+126+172=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EAC is #4B8153. Grayscale: #939393. Windows color (decimal): -4948308 or 11304628. OLE color: 11304628.

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

Color convert

RGB180126172-
CMYK00.30.040.29
HSL308.89º26.47%60%-
HSV(B)308.89º30%70.59%-
XYZ33.7327.642.58-
YUV147.39141.89151.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=37.66%
G=26.36%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012617200.30.040.29308.8926.4760
HexB47EAC01E41D1351a3c
Octal2641762540364354653274
Binary101101001111110101011000111101001110110011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EAC; }

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

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

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

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

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

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

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

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