#B57EA9

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

Shades of London Hue #B57EA9

Tints of London Hue #B57EA9

Color information

#B57EA9 (or 0xB57EA9) is unknown color: approx London Hue. HEX triplet: B5, 7E and A9. RGB value is (181,126,169). Sum of RGB (Red+Green+Blue) = 181+126+169=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B57EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57EA9 is #4A8156. Grayscale: #939393. Windows color (decimal): -4882775 or 11108021. OLE color: 11108021.

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

Color convert

RGB181126169-
CMYK00.300.070.29
HSL313.09º27.09%60.2%-
HSV(B)313.09º30.39%70.98%-
XYZ33.6827.6141.09-
YUV147.35140.22152-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=38.03%
G=26.47%
B=35.50%

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
Decimal18112616900.300.070.29313.0927.0960.2
HexB57EA901E71D1391b3c
Octal2651762510367354713374
Binary101101011111110101010010111101111110110011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EA9; }

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

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

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

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

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

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

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

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