#B479B4

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

Shades of London Hue #B479B4

Tints of London Hue #B479B4

Color information

#B479B4 (or 0xB479B4) is unknown color: approx London Hue. HEX triplet: B4, 79 and B4. RGB value is (180,121,180). Sum of RGB (Red+Green+Blue) = 180+121+180=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B479B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479B4 is #4B864B. Grayscale: #919191. Windows color (decimal): -4949580 or 11827636. OLE color: 11827636.

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

Color convert

RGB180121180-
CMYK00.3300.29
HSL300º28.23%59.02%-
HSV(B)300º32.78%70.59%-
XYZ33.926.6746.54-
YUV145.37147.55152.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=37.42%
G=25.16%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012118000.3300.2930028.2359.02
HexB479B402101D12c1c3b
Octal2641712640410354543473
Binary10110100111100110110100010000101110110010110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479B4; }

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

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

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

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

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

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

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

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