#B37FB6

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

Shades of London Hue #B37FB6

Tints of London Hue #B37FB6

Color information

#B37FB6 (or 0xB37FB6) is unknown color: approx London Hue. HEX triplet: B3, 7F and B6. RGB value is (179,127,182). Sum of RGB (Red+Green+Blue) = 179+127+182=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #B37FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FB6 is #4C8049. Grayscale: #949494. Windows color (decimal): -5013578 or 11960243. OLE color: 11960243.

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

Color convert

RGB179127182-
CMYK0.020.3000.29
HSL296.73º27.36%60.59%-
HSV(B)296.73º30.22%71.37%-
XYZ34.6228.1447.86-
YUV148.82146.73149.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=36.68%
G=26.02%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791271820.020.3000.29296.7327.3660.59
HexB37FB621E01D1291b3d
Octal2631772662360354513375
Binary10110011111111110110110101111001110110010100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FB6; }

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

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

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

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

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

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

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

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