#B47DAB

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

Shades of London Hue #B47DAB

Tints of London Hue #B47DAB

Color information

#B47DAB (or 0xB47DAB) is unknown color: approx London Hue. HEX triplet: B4, 7D and AB. RGB value is (180,125,171). Sum of RGB (Red+Green+Blue) = 180+125+171=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DAB is #4B8254. Grayscale: #929292. Windows color (decimal): -4948565 or 11238836. OLE color: 11238836.

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

Color convert

RGB180125171-
CMYK00.310.050.29
HSL309.82º26.83%59.8%-
HSV(B)309.82º30.56%70.59%-
XYZ33.5127.3142.03-
YUV146.69141.72151.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=37.82%
G=26.26%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012517100.310.050.29309.8226.8359.8
HexB47DAB01F51D1361b3c
Octal2641752530375354663374
Binary101101001111101101010110111111011110110011011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DAB; }

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

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

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

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

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

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

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

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