#B57FAA

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

Shades of London Hue #B57FAA

Tints of London Hue #B57FAA

Color information

#B57FAA (or 0xB57FAA) is unknown color: approx London Hue. HEX triplet: B5, 7F and AA. RGB value is (181,127,170). Sum of RGB (Red+Green+Blue) = 181+127+170=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FAA is #4A8055. Grayscale: #939393. Windows color (decimal): -4882518 or 11173813. OLE color: 11173813.

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

Color convert

RGB181127170-
CMYK00.300.060.29
HSL312.22º26.73%60.39%-
HSV(B)312.22º29.83%70.98%-
XYZ33.927.941.63-
YUV148.05140.39151.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=37.87%
G=26.57%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112717000.300.060.29312.2226.7360.39
HexB57FAA01E61D1381b3c
Octal2651772520366354703374
Binary101101011111111101010100111101101110110011100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FAA; }

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

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

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

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

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

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

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

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