#B47CB4

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

Shades of London Hue #B47CB4

Tints of London Hue #B47CB4

Color information

#B47CB4 (or 0xB47CB4) is unknown color: approx London Hue. HEX triplet: B4, 7C and B4. RGB value is (180,124,180). Sum of RGB (Red+Green+Blue) = 180+124+180=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B47CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CB4 is #4B834B. Grayscale: #929292. Windows color (decimal): -4948812 or 11828404. OLE color: 11828404.

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

Color convert

RGB180124180-
CMYK00.3100.29
HSL300º27.18%59.61%-
HSV(B)300º31.11%70.59%-
XYZ34.2727.4146.67-
YUV147.13146.55151.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 124 (48.83% from 255) = 25.62%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=37.19%
G=25.62%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012418000.3100.2930027.1859.61
HexB47CB401F01D12c1b3c
Octal2641742640370354543374
Binary1011010011111001011010001111101110110010110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CB4; }

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

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

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

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

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

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

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

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