#B480B3

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

Shades of London Hue #B480B3

Tints of London Hue #B480B3

Color information

#B480B3 (or 0xB480B3) is unknown color: approx London Hue. HEX triplet: B4, 80 and B3. RGB value is (180,128,179). Sum of RGB (Red+Green+Blue) = 180+128+179=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B480B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B480B3 is #4B7F4C. Grayscale: #959595. Windows color (decimal): -4947789 or 11763892. OLE color: 11763892.

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

Color convert

RGB180128179-
CMYK00.290.010.29
HSL301.15º25.74%60.39%-
HSV(B)301.15º28.89%70.59%-
XYZ34.6828.446.3-
YUV149.36144.73149.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=36.96%
G=26.28%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012817900.290.010.29301.1525.7460.39
HexB480B301D11D12d1a3c
Octal2642002630351354553274
Binary10110100100000001011001101110111110110010110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480B3; }

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

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

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

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

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

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

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

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