#B374B5

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

Shades of London Hue #B374B5

Tints of London Hue #B374B5

Color information

#B374B5 (or 0xB374B5) is unknown color: approx London Hue. HEX triplet: B3, 74 and B5. RGB value is (179,116,181). Sum of RGB (Red+Green+Blue) = 179+116+181=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 181 - color contains mainly: blue. Hex color #B374B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374B5 is #4C8B4A. Grayscale: #8E8E8E. Windows color (decimal): -5016395 or 11891891. OLE color: 11891891.

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

Color convert

RGB179116181-
CMYK0.010.3600.29
HSL298.15º30.52%58.24%-
HSV(B)298.15º35.91%70.98%-
XYZ33.1825.4146.87-
YUV142.25149.87154.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 181 (71.09% from 255) = 38.03%
R=37.61%
G=24.37%
B=38.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791161810.010.3600.29298.1530.5258.24
HexB374B512401D12a1f3a
Octal2631642651440354523772
Binary10110011111010010110101110010001110110010101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B374B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B374B5; }

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

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

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

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

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

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

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

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