#B37FA9

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

Shades of London Hue #B37FA9

Tints of London Hue #B37FA9

Color information

#B37FA9 (or 0xB37FA9) is unknown color: approx London Hue. HEX triplet: B3, 7F and A9. RGB value is (179,127,169). Sum of RGB (Red+Green+Blue) = 179+127+169=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FA9 is #4C8056. Grayscale: #939393. Windows color (decimal): -5013591 or 11108275. OLE color: 11108275.

HSL color Cylindrical-coordinate representation of color #B37FA9: hue angle of 311.54º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37FA9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB179127169-
CMYK00.290.060.30
HSL311.54º25.49%60%-
HSV(B)311.54º29.05%70.2%-
XYZ33.3427.6341.11-
YUV147.34140.23150.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=37.68%
G=26.74%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912716900.290.060.30311.5425.4960
HexB37FA901D61E138193c
Octal2631772510356364703174
Binary101100111111111101010010111011101111010011100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FA9; }

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

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

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

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

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

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

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

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