#B480B0

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

Shades of London Hue #B480B0

Tints of London Hue #B480B0

Color information

#B480B0 (or 0xB480B0) is unknown color: approx London Hue. HEX triplet: B4, 80 and B0. RGB value is (180,128,176). Sum of RGB (Red+Green+Blue) = 180+128+176=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B480B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480B0 is #4B7F4F. Grayscale: #949494. Windows color (decimal): -4947792 or 11567284. OLE color: 11567284.

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

Color convert

RGB180128176-
CMYK00.290.020.29
HSL304.62º25.74%60.39%-
HSV(B)304.62º28.89%70.59%-
XYZ34.3828.2844.72-
YUV149.02143.23150.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=37.19%
G=26.45%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012817600.290.020.29304.6225.7460.39
HexB480B001D21D1311a3c
Octal2642002600352354613274
Binary101101001000000010110000011101101110110011000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480B0; }

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

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

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

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

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

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

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

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