#B474B3

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

Shades of London Hue #B474B3

Tints of London Hue #B474B3

Color information

#B474B3 (or 0xB474B3) is unknown color: approx London Hue. HEX triplet: B4, 74 and B3. RGB value is (180,116,179). Sum of RGB (Red+Green+Blue) = 180+116+179=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B474B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474B3 is #4B8B4C. Grayscale: #8E8E8E. Windows color (decimal): -4950861 or 11760820. OLE color: 11760820.

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

Color convert

RGB180116179-
CMYK00.360.010.29
HSL300.94º29.91%58.04%-
HSV(B)300.94º35.56%70.59%-
XYZ33.225.4545.81-
YUV142.32148.7154.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=37.89%
G=24.42%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011617900.360.010.29300.9429.9158.04
HexB474B302411D12d1e3a
Octal2641642630441354553672
Binary10110100111010010110011010010011110110010110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474B3; }

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

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

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

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

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

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

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

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