#B488B1

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

Shades of London Hue #B488B1

Tints of London Hue #B488B1

Color information

#B488B1 (or 0xB488B1) is unknown color: approx London Hue. HEX triplet: B4, 88 and B1. RGB value is (180,136,177). Sum of RGB (Red+Green+Blue) = 180+136+177=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B488B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488B1 is #4B774E. Grayscale: #999999. Windows color (decimal): -4945743 or 11634868. OLE color: 11634868.

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

Color convert

RGB180136177-
CMYK00.240.020.29
HSL304.09º22.68%61.96%-
HSV(B)304.09º24.44%70.59%-
XYZ35.5630.4945.61-
YUV153.83141.08146.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=36.51%
G=27.59%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013617700.240.020.29304.0922.6861.96
HexB488B101821D130173e
Octal2642102610302354602776
Binary101101001000100010110001011000101110110011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488B1; }

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

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

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

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

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

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

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

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