#B37AB4

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

Shades of London Hue #B37AB4

Tints of London Hue #B37AB4

Color information

#B37AB4 (or 0xB37AB4) is unknown color: approx London Hue. HEX triplet: B3, 7A and B4. RGB value is (179,122,180). Sum of RGB (Red+Green+Blue) = 179+122+180=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #B37AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37AB4 is #4C854B. Grayscale: #919191. Windows color (decimal): -5014860 or 11827891. OLE color: 11827891.

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

Color convert

RGB179122180-
CMYK0.010.3200.29
HSL298.97º27.88%59.22%-
HSV(B)298.97º32.22%70.59%-
XYZ33.7926.846.57-
YUV145.66147.38151.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=37.21%
G=25.36%
B=37.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791221800.010.3200.29298.9727.8859.22
HexB37AB412001D12b1c3b
Octal2631722641400354533473
Binary10110011111101010110100110000001110110010101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37AB4; }

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

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

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

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

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

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

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

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