#B47DAC

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

Shades of London Hue #B47DAC

Tints of London Hue #B47DAC

Color information

#B47DAC (or 0xB47DAC) is unknown color: approx London Hue. HEX triplet: B4, 7D and AC. RGB value is (180,125,172). Sum of RGB (Red+Green+Blue) = 180+125+172=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DAC is #4B8253. Grayscale: #929292. Windows color (decimal): -4948564 or 11304372. OLE color: 11304372.

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

Color convert

RGB180125172-
CMYK00.310.040.29
HSL308.73º26.83%59.8%-
HSV(B)308.73º30.56%70.59%-
XYZ33.627.3542.54-
YUV146.8142.22151.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=37.74%
G=26.21%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012517200.310.040.29308.7326.8359.8
HexB47DAC01F41D1351b3c
Octal2641752540374354653374
Binary101101001111101101011000111111001110110011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DAC; }

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

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

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

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

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

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

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

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