#B47EA9

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

Shades of London Hue #B47EA9

Tints of London Hue #B47EA9

Color information

#B47EA9 (or 0xB47EA9) is unknown color: approx London Hue. HEX triplet: B4, 7E and A9. RGB value is (180,126,169). Sum of RGB (Red+Green+Blue) = 180+126+169=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EA9 is #4B8156. Grayscale: #929292. Windows color (decimal): -4948311 or 11108020. OLE color: 11108020.

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

Color convert

RGB180126169-
CMYK00.30.060.29
HSL312.22º26.47%60%-
HSV(B)312.22º30%70.59%-
XYZ33.4427.4941.08-
YUV147.05140.39151.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=37.89%
G=26.53%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012616900.30.060.29312.2226.4760
HexB47EA901E61D1381a3c
Octal2641762510366354703274
Binary101101001111110101010010111101101110110011100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EA9; }

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

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

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

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

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

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

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

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