#B47AAE

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

Shades of London Hue #B47AAE

Tints of London Hue #B47AAE

Color information

#B47AAE (or 0xB47AAE) is unknown color: approx London Hue. HEX triplet: B4, 7A and AE. RGB value is (180,122,174). Sum of RGB (Red+Green+Blue) = 180+122+174=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AAE is #4B8551. Grayscale: #919191. Windows color (decimal): -4949330 or 11434676. OLE color: 11434676.

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

Color convert

RGB180122174-
CMYK00.320.030.29
HSL306.21º27.88%59.22%-
HSV(B)306.21º32.22%70.59%-
XYZ33.4226.6843.43-
YUV145.27144.22152.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=37.82%
G=25.63%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012217400.320.030.29306.2127.8859.22
HexB47AAE02031D1321c3b
Octal2641722560403354623473
Binary101101001111010101011100100000111110110011001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AAE; }

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

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

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

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

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

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

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

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