#B476B4

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

Shades of London Hue #B476B4

Tints of London Hue #B476B4

Color information

#B476B4 (or 0xB476B4) is unknown color: approx London Hue. HEX triplet: B4, 76 and B4. RGB value is (180,118,180). Sum of RGB (Red+Green+Blue) = 180+118+180=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B476B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476B4 is #4B894B. Grayscale: #8F8F8F. Windows color (decimal): -4950348 or 11826868. OLE color: 11826868.

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

Color convert

RGB180118180-
CMYK00.3400.29
HSL300º29.25%58.43%-
HSV(B)300º34.44%70.59%-
XYZ33.5425.9646.42-
YUV143.61148.54153.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=37.66%
G=24.69%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011818000.3400.2930029.2558.43
HexB476B402201D12c1d3a
Octal2641662640420354543572
Binary10110100111011010110100010001001110110010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476B4; }

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

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

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

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

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

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

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

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