#B480AC

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

Shades of London Hue #B480AC

Tints of London Hue #B480AC

Color information

#B480AC (or 0xB480AC) is unknown color: approx London Hue. HEX triplet: B4, 80 and AC. RGB value is (180,128,172). Sum of RGB (Red+Green+Blue) = 180+128+172=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B480AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480AC is #4B7F53. Grayscale: #949494. Windows color (decimal): -4947796 or 11305140. OLE color: 11305140.

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

Color convert

RGB180128172-
CMYK00.290.040.29
HSL309.23º25.74%60.39%-
HSV(B)309.23º28.89%70.59%-
XYZ33.9928.1242.67-
YUV148.56141.23150.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=37.5%
G=26.67%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012817200.290.040.29309.2325.7460.39
HexB480AC01D41D1351a3c
Octal2642002540354354653274
Binary1011010010000000101011000111011001110110011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480AC; }

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

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

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

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

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

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

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

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