#B47FAB

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

Shades of London Hue #B47FAB

Tints of London Hue #B47FAB

Color information

#B47FAB (or 0xB47FAB) is unknown color: approx London Hue. HEX triplet: B4, 7F and AB. RGB value is (180,127,171). Sum of RGB (Red+Green+Blue) = 180+127+171=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FAB is #4B8054. Grayscale: #939393. Windows color (decimal): -4948053 or 11239348. OLE color: 11239348.

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

Color convert

RGB180127171-
CMYK00.290.050.29
HSL310.19º26.11%60.2%-
HSV(B)310.19º29.44%70.59%-
XYZ33.7627.8242.12-
YUV147.86141.06150.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=37.66%
G=26.57%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012717100.290.050.29310.1926.1160.2
HexB47FAB01D51D1361a3c
Octal2641772530355354663274
Binary101101001111111101010110111011011110110011011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FAB; }

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

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

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

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

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

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

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

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