#B37FB4

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

Shades of London Hue #B37FB4

Tints of London Hue #B37FB4

Color information

#B37FB4 (or 0xB37FB4) is unknown color: approx London Hue. HEX triplet: B3, 7F and B4. RGB value is (179,127,180). Sum of RGB (Red+Green+Blue) = 179+127+180=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #B37FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FB4 is #4C804B. Grayscale: #949494. Windows color (decimal): -5013580 or 11829171. OLE color: 11829171.

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

Color convert

RGB179127180-
CMYK0.010.2900.29
HSL298.87º26.11%60.2%-
HSV(B)298.87º29.44%70.59%-
XYZ34.4228.0646.78-
YUV148.59145.73149.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=36.83%
G=26.13%
B=37.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791271800.010.2900.29298.8726.1160.2
HexB37FB411D01D12b1a3c
Octal2631772641350354533274
Binary1011001111111111011010011110101110110010101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FB4; }

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

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

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

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

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

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

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

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