#B479B3

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

Shades of London Hue #B479B3

Tints of London Hue #B479B3

Color information

#B479B3 (or 0xB479B3) is unknown color: approx London Hue. HEX triplet: B4, 79 and B3. RGB value is (180,121,179). Sum of RGB (Red+Green+Blue) = 180+121+179=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B479B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479B3 is #4B864C. Grayscale: #919191. Windows color (decimal): -4949581 or 11762100. OLE color: 11762100.

HSL color Cylindrical-coordinate representation of color #B479B3: hue angle of 301.02º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B479B3 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180121179-
CMYK00.330.010.29
HSL301.02º28.23%59.02%-
HSV(B)301.02º32.78%70.59%-
XYZ33.826.6346.01-
YUV145.25147.05152.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 179 (70.31% from 255) = 37.29%
R=37.5%
G=25.21%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012117900.330.010.29301.0228.2359.02
HexB479B302111D12d1c3b
Octal2641712630411354553473
Binary10110100111100110110011010000111110110010110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479B3; }

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

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

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

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

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

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

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

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