#B47BB8

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

Shades of London Hue #B47BB8

Tints of London Hue #B47BB8

Color information

#B47BB8 (or 0xB47BB8) is unknown color: approx London Hue. HEX triplet: B4, 7B and B8. RGB value is (180,123,184). Sum of RGB (Red+Green+Blue) = 180+123+184=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 184 - color contains mainly: blue. Hex color #B47BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BB8 is #4B8447. Grayscale: #929292. Windows color (decimal): -4949064 or 12090292. OLE color: 12090292.

HSL color Cylindrical-coordinate representation of color #B47BB8: hue angle of 296.07º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B47BB8 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180123184-
CMYK0.020.3300.28
HSL296.07º30.05%60.2%-
HSV(B)296.07º33.15%72.16%-
XYZ34.5627.3348.8-
YUV147148.88151.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 184 (72.27% from 255) = 37.78%
R=36.96%
G=25.26%
B=37.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801231840.020.3300.28296.0730.0560.2
HexB47BB822101C1281e3c
Octal2641732702410344503674
Binary101101001111011101110001010000101110010010100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BB8; }

 p { color: rgb(180,123,184); }

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

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

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

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

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

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

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