#B48BB1

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

Shades of London Hue #B48BB1

Tints of London Hue #B48BB1

Color information

#B48BB1 (or 0xB48BB1) is unknown color: approx London Hue. HEX triplet: B4, 8B and B1. RGB value is (180,139,177). Sum of RGB (Red+Green+Blue) = 180+139+177=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BB1 is #4B744E. Grayscale: #9B9B9B. Windows color (decimal): -4944975 or 11635636. OLE color: 11635636.

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

Color convert

RGB180139177-
CMYK00.230.020.29
HSL304.39º21.47%62.55%-
HSV(B)304.39º22.78%70.59%-
XYZ35.9931.3445.75-
YUV155.59140.08145.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=36.29%
G=28.02%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013917700.230.020.29304.3921.4762.55
HexB48BB101721D130153f
Octal2642132610272354602577
Binary101101001000101110110001010111101110110011000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BB1; }

 p { color: rgb(180,139,177); }

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

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

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

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

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

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

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