#B47AAA

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

Shades of London Hue #B47AAA

Tints of London Hue #B47AAA

Color information

#B47AAA (or 0xB47AAA) is unknown color: approx London Hue. HEX triplet: B4, 7A and AA. RGB value is (180,122,170). Sum of RGB (Red+Green+Blue) = 180+122+170=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AAA is #4B8555. Grayscale: #909090. Windows color (decimal): -4949334 or 11172532. OLE color: 11172532.

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

Color convert

RGB180122170-
CMYK00.320.060.29
HSL310.34º27.88%59.22%-
HSV(B)310.34º32.22%70.59%-
XYZ33.0426.5241.41-
YUV144.81142.22153.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=38.14%
G=25.85%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012217000.320.060.29310.3427.8859.22
HexB47AAA02061D1361c3b
Octal2641722520406354663473
Binary1011010011110101010101001000001101110110011011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AAA; }

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

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

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

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

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

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

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

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