#B480AA

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

Shades of London Hue #B480AA

Tints of London Hue #B480AA

Color information

#B480AA (or 0xB480AA) is unknown color: approx London Hue. HEX triplet: B4, 80 and AA. RGB value is (180,128,170). Sum of RGB (Red+Green+Blue) = 180+128+170=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B480AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480AA is #4B7F55. Grayscale: #949494. Windows color (decimal): -4947798 or 11174068. OLE color: 11174068.

HSL color Cylindrical-coordinate representation of color #B480AA: hue angle of 311.54º 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 #B480AA is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180128170-
CMYK00.290.060.29
HSL311.54º25.74%60.39%-
HSV(B)311.54º28.89%70.59%-
XYZ33.828.0441.66-
YUV148.34140.23150.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=37.66%
G=26.78%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012817000.290.060.29311.5425.7460.39
HexB480AA01D61D1381a3c
Octal2642002520356354703274
Binary1011010010000000101010100111011101110110011100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480AA; }

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

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

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

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

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

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

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

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