#B47DAF

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

Shades of London Hue #B47DAF

Tints of London Hue #B47DAF

Color information

#B47DAF (or 0xB47DAF) is unknown color: approx London Hue. HEX triplet: B4, 7D and AF. RGB value is (180,125,175). Sum of RGB (Red+Green+Blue) = 180+125+175=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DAF is #4B8250. Grayscale: #939393. Windows color (decimal): -4948561 or 11500980. OLE color: 11500980.

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

Color convert

RGB180125175-
CMYK00.310.030.29
HSL305.45º26.83%59.8%-
HSV(B)305.45º30.56%70.59%-
XYZ33.8927.4744.07-
YUV147.14143.72151.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=37.5%
G=26.04%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012517500.310.030.29305.4526.8359.8
HexB47DAF01F31D1311b3c
Octal2641752570373354613374
Binary10110100111110110101111011111111110110011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DAF; }

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

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

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

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

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

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

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

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