#B480AF

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

Shades of London Hue #B480AF

Tints of London Hue #B480AF

Color information

#B480AF (or 0xB480AF) is unknown color: approx London Hue. HEX triplet: B4, 80 and AF. RGB value is (180,128,175). Sum of RGB (Red+Green+Blue) = 180+128+175=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B480AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480AF is #4B7F50. Grayscale: #949494. Windows color (decimal): -4947793 or 11501748. OLE color: 11501748.

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

Color convert

RGB180128175-
CMYK00.290.030.29
HSL305.77º25.74%60.39%-
HSV(B)305.77º28.89%70.59%-
XYZ34.2828.2444.2-
YUV148.91142.73150.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=37.27%
G=26.50%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012817500.290.030.29305.7725.7460.39
HexB480AF01D31D1321a3c
Octal2642002570353354623274
Binary101101001000000010101111011101111110110011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480AF; }

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

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

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

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

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

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

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

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