#B474B4

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

Shades of London Hue #B474B4

Tints of London Hue #B474B4

Color information

#B474B4 (or 0xB474B4) is unknown color: approx London Hue. HEX triplet: B4, 74 and B4. RGB value is (180,116,180). Sum of RGB (Red+Green+Blue) = 180+116+180=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B474B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474B4 is #4B8B4B. Grayscale: #8E8E8E. Windows color (decimal): -4950860 or 11826356. OLE color: 11826356.

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

Color convert

RGB180116180-
CMYK00.3600.29
HSL300º29.91%58.04%-
HSV(B)300º35.56%70.59%-
XYZ33.3125.4946.34-
YUV142.43149.2154.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=37.82%
G=24.37%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011618000.3600.2930029.9158.04
HexB474B402401D12c1e3a
Octal2641642640440354543672
Binary10110100111010010110100010010001110110010110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474B4; }

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

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

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

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

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

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

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

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