#B57EAF

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

Shades of London Hue #B57EAF

Tints of London Hue #B57EAF

Color information

#B57EAF (or 0xB57EAF) is unknown color: approx London Hue. HEX triplet: B5, 7E and AF. RGB value is (181,126,175). Sum of RGB (Red+Green+Blue) = 181+126+175=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B57EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57EAF is #4A8150. Grayscale: #939393. Windows color (decimal): -4882769 or 11501237. OLE color: 11501237.

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

Color convert

RGB181126175-
CMYK00.300.030.29
HSL306.55º27.09%60.2%-
HSV(B)306.55º30.39%70.98%-
XYZ34.2527.8444.13-
YUV148.03143.22151.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=37.55%
G=26.14%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112617500.300.030.29306.5527.0960.2
HexB57EAF01E31D1331b3c
Octal2651762570363354633374
Binary10110101111111010101111011110111110110011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EAF; }

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

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

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

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

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

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

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

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