#B57EAC

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

Shades of London Hue #B57EAC

Tints of London Hue #B57EAC

Color information

#B57EAC (or 0xB57EAC) is unknown color: approx London Hue. HEX triplet: B5, 7E and AC. RGB value is (181,126,172). Sum of RGB (Red+Green+Blue) = 181+126+172=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B57EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57EAC is #4A8153. Grayscale: #939393. Windows color (decimal): -4882772 or 11304629. OLE color: 11304629.

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

Color convert

RGB181126172-
CMYK00.300.050.29
HSL309.82º27.09%60.2%-
HSV(B)309.82º30.39%70.98%-
XYZ33.9627.7242.59-
YUV147.69141.72151.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=37.79%
G=26.30%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112617200.300.050.29309.8227.0960.2
HexB57EAC01E51D1361b3c
Octal2651762540365354663374
Binary101101011111110101011000111101011110110011011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EAC; }

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

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

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

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

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

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

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

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