#B480AB

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

Shades of London Hue #B480AB

Tints of London Hue #B480AB

Color information

#B480AB (or 0xB480AB) is unknown color: approx London Hue. HEX triplet: B4, 80 and AB. RGB value is (180,128,171). Sum of RGB (Red+Green+Blue) = 180+128+171=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B480AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480AB is #4B7F54. Grayscale: #949494. Windows color (decimal): -4947797 or 11239604. OLE color: 11239604.

HSL color Cylindrical-coordinate representation of color #B480AB: hue angle of 310.38º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B480AB is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180128171-
CMYK00.290.050.29
HSL310.38º25.74%60.39%-
HSV(B)310.38º28.89%70.59%-
XYZ33.8928.0842.16-
YUV148.45140.73150.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=37.58%
G=26.72%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012817100.290.050.29310.3825.7460.39
HexB480AB01D51D1361a3c
Octal2642002530355354663274
Binary1011010010000000101010110111011011110110011011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480AB; }

 p { color: rgb(180,128,171); }

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

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

 a { background-color: rgb(180,128,171); }

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

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

 span { border-color: rgb(180,128,171); }

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