#B48FA7

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

Shades of London Hue #B48FA7

Tints of London Hue #B48FA7

Color information

#B48FA7 (or 0xB48FA7) is unknown color: approx London Hue. HEX triplet: B4, 8F and A7. RGB value is (180,143,167). Sum of RGB (Red+Green+Blue) = 180+143+167=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FA7 is #4B7058. Grayscale: #9C9C9C. Windows color (decimal): -4943961 or 10981300. OLE color: 10981300.

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

Color convert

RGB180143167-
CMYK00.210.070.29
HSL321.08º19.79%63.33%-
HSV(B)321.08º20.56%70.59%-
XYZ35.6232.1440.89-
YUV156.8133.76144.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 167 (65.62% from 255) = 34.08%
R=36.73%
G=29.18%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014316700.210.070.29321.0819.7963.33
HexB48FA701571D141143f
Octal2642172470257355012477
Binary1011010010001111101001110101011111110110100000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FA7; }

 p { color: rgb(180,143,167); }

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

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

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

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

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

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

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