#B48CB0

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

Shades of London Hue #B48CB0

Tints of London Hue #B48CB0

Color information

#B48CB0 (or 0xB48CB0) is unknown color: approx London Hue. HEX triplet: B4, 8C and B0. RGB value is (180,140,176). Sum of RGB (Red+Green+Blue) = 180+140+176=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B48CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48CB0 is #4B734F. Grayscale: #9B9B9B. Windows color (decimal): -4944720 or 11570356. OLE color: 11570356.

HSL color Cylindrical-coordinate representation of color #B48CB0: hue angle of 306º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B48CB0 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB180140176-
CMYK00.220.020.29
HSL306º21.05%62.75%-
HSV(B)306º22.22%70.59%-
XYZ36.0431.5945.27-
YUV156.06139.25145.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=36.29%
G=28.23%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014017600.220.020.2930621.0562.75
HexB48CB001621D132153f
Octal2642142600262354622577
Binary101101001000110010110000010110101110110011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CB0; }

 p { color: rgb(180,140,176); }

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

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

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

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

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

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

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