#B57FA9

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

Shades of London Hue #B57FA9

Tints of London Hue #B57FA9

Color information

#B57FA9 (or 0xB57FA9) is unknown color: approx London Hue. HEX triplet: B5, 7F and A9. RGB value is (181,127,169). Sum of RGB (Red+Green+Blue) = 181+127+169=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FA9 is #4A8056. Grayscale: #939393. Windows color (decimal): -4882519 or 11108277. OLE color: 11108277.

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

Color convert

RGB181127169-
CMYK00.300.070.29
HSL313.33º26.73%60.39%-
HSV(B)313.33º29.83%70.98%-
XYZ33.8127.8741.13-
YUV147.93139.89151.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=37.95%
G=26.62%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112716900.300.070.29313.3326.7360.39
HexB57FA901E71D1391b3c
Octal2651772510367354713374
Binary101101011111111101010010111101111110110011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FA9; }

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

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

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

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

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

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

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

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