#B37FB0

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

Shades of London Hue #B37FB0

Tints of London Hue #B37FB0

Color information

#B37FB0 (or 0xB37FB0) is unknown color: approx London Hue. HEX triplet: B3, 7F and B0. RGB value is (179,127,176). Sum of RGB (Red+Green+Blue) = 179+127+176=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FB0 is #4C804F. Grayscale: #939393. Windows color (decimal): -5013584 or 11567027. OLE color: 11567027.

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

Color convert

RGB179127176-
CMYK00.290.020.30
HSL303.46º25.49%60%-
HSV(B)303.46º29.05%70.2%-
XYZ34.0227.944.67-
YUV148.13143.73150.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=37.14%
G=26.35%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912717600.290.020.30303.4625.4960
HexB37FB001D21E12f193c
Octal2631772600352364573174
Binary10110011111111110110000011101101111010010111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FB0; }

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

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

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

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

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

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

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

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