#B48FB8

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

Shades of London Hue #B48FB8

Tints of London Hue #B48FB8

Color information

#B48FB8 (or 0xB48FB8) is unknown color: approx London Hue. HEX triplet: B4, 8F and B8. RGB value is (180,143,184). Sum of RGB (Red+Green+Blue) = 180+143+184=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #B48FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FB8 is #4B7047. Grayscale: #9E9E9E. Windows color (decimal): -4943944 or 12095412. OLE color: 12095412.

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

Color convert

RGB180143184-
CMYK0.020.2200.28
HSL294.15º22.4%64.12%-
HSV(B)294.15º22.28%72.16%-
XYZ37.332.8149.71-
YUV158.74142.26143.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 184 (72.27% from 255) = 36.29%
R=35.50%
G=28.21%
B=36.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801431840.020.2200.28294.1522.464.12
HexB48FB821601C1261640
Octal26421727022603444626100
Binary1011010010001111101110001010110011100100100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FB8; }

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

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

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

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

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

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

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

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