#B48AB1

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

Shades of London Hue #B48AB1

Tints of London Hue #B48AB1

Color information

#B48AB1 (or 0xB48AB1) is unknown color: approx London Hue. HEX triplet: B4, 8A and B1. RGB value is (180,138,177). Sum of RGB (Red+Green+Blue) = 180+138+177=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AB1 is #4B754E. Grayscale: #9A9A9A. Windows color (decimal): -4945231 or 11635380. OLE color: 11635380.

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

Color convert

RGB180138177-
CMYK00.230.020.29
HSL304.29º21.88%62.35%-
HSV(B)304.29º23.33%70.59%-
XYZ35.8531.0545.7-
YUV155140.41145.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=36.36%
G=27.88%
B=35.76%

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
Decimal18013817700.230.020.29304.2921.8862.35
HexB48AB101721D130163e
Octal2642122610272354602676
Binary101101001000101010110001010111101110110011000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AB1; }

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

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

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

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

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

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

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

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