#B479B8

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

Shades of London Hue #B479B8

Tints of London Hue #B479B8

Color information

#B479B8 (or 0xB479B8) is unknown color: approx London Hue. HEX triplet: B4, 79 and B8. RGB value is (180,121,184). Sum of RGB (Red+Green+Blue) = 180+121+184=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 184 - color contains mainly: blue. Hex color #B479B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479B8 is #4B8647. Grayscale: #919191. Windows color (decimal): -4949576 or 12089780. OLE color: 12089780.

HSL color Cylindrical-coordinate representation of color #B479B8: hue angle of 296.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B479B8 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180121184-
CMYK0.020.3400.28
HSL296.19º30.73%59.8%-
HSV(B)296.19º34.24%72.16%-
XYZ34.3126.8448.72-
YUV145.82149.55152.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 184 (72.27% from 255) = 37.94%
R=37.11%
G=24.95%
B=37.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801211840.020.3400.28296.1930.7359.8
HexB479B822201C1281f3c
Octal2641712702420344503774
Binary101101001111001101110001010001001110010010100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479B8; }

 p { color: rgb(180,121,184); }

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

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

 a { background-color: rgb(180,121,184); }

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

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

 span { border-color: rgb(180,121,184); }

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