#B47DB4

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

Shades of London Hue #B47DB4

Tints of London Hue #B47DB4

Color information

#B47DB4 (or 0xB47DB4) is unknown color: approx London Hue. HEX triplet: B4, 7D and B4. RGB value is (180,125,180). Sum of RGB (Red+Green+Blue) = 180+125+180=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B47DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DB4 is #4B824B. Grayscale: #939393. Windows color (decimal): -4948556 or 11828660. OLE color: 11828660.

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

Color convert

RGB180125180-
CMYK00.3100.29
HSL300º26.83%59.8%-
HSV(B)300º30.56%70.59%-
XYZ34.3927.6746.71-
YUV147.72146.22151.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=37.11%
G=25.77%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012518000.3100.2930026.8359.8
HexB47DB401F01D12c1b3c
Octal2641752640370354543374
Binary1011010011111011011010001111101110110010110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DB4; }

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

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

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

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

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

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

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

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