#B47CB3

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

Shades of London Hue #B47CB3

Tints of London Hue #B47CB3

Color information

#B47CB3 (or 0xB47CB3) is unknown color: approx London Hue. HEX triplet: B4, 7C and B3. RGB value is (180,124,179). Sum of RGB (Red+Green+Blue) = 180+124+179=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CB3 is #4B834C. Grayscale: #929292. Windows color (decimal): -4948813 or 11762868. OLE color: 11762868.

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

Color convert

RGB180124179-
CMYK00.310.010.29
HSL301.07º27.18%59.61%-
HSV(B)301.07º31.11%70.59%-
XYZ34.1727.3746.13-
YUV147.01146.05151.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=37.27%
G=25.67%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012417900.310.010.29301.0727.1859.61
HexB47CB301F11D12d1b3c
Octal2641742630371354553374
Binary1011010011111001011001101111111110110010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CB3; }

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

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

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

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

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

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

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

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