#B47FAC

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

Shades of London Hue #B47FAC

Tints of London Hue #B47FAC

Color information

#B47FAC (or 0xB47FAC) is unknown color: approx London Hue. HEX triplet: B4, 7F and AC. RGB value is (180,127,172). Sum of RGB (Red+Green+Blue) = 180+127+172=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FAC is #4B8053. Grayscale: #939393. Windows color (decimal): -4948052 or 11304884. OLE color: 11304884.

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

Color convert

RGB180127172-
CMYK00.290.040.29
HSL309.06º26.11%60.2%-
HSV(B)309.06º29.44%70.59%-
XYZ33.8627.8642.62-
YUV147.98141.56150.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=37.58%
G=26.51%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012717200.290.040.29309.0626.1160.2
HexB47FAC01D41D1351a3c
Octal2641772540354354653274
Binary101101001111111101011000111011001110110011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FAC; }

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

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

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

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

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

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

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

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