#B476B7

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

Shades of London Hue #B476B7

Tints of London Hue #B476B7

Color information

#B476B7 (or 0xB476B7) is unknown color: approx London Hue. HEX triplet: B4, 76 and B7. RGB value is (180,118,183). Sum of RGB (Red+Green+Blue) = 180+118+183=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #B476B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476B7 is #4B8948. Grayscale: #8F8F8F. Windows color (decimal): -4950345 or 12023476. OLE color: 12023476.

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

Color convert

RGB180118183-
CMYK0.020.3600.28
HSL297.23º31.1%59.02%-
HSV(B)297.23º35.52%71.76%-
XYZ33.8526.0848.05-
YUV143.95150.04153.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=37.42%
G=24.53%
B=38.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801181830.020.3600.28297.2331.159.02
HexB476B722401C1291f3b
Octal2641662672440344513773
Binary101101001110110101101111010010001110010010100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476B7; }

 p { color: rgb(180,118,183); }

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

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

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

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

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

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

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