#B57FAF

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

Shades of London Hue #B57FAF

Tints of London Hue #B57FAF

Color information

#B57FAF (or 0xB57FAF) is unknown color: approx London Hue. HEX triplet: B5, 7F and AF. RGB value is (181,127,175). Sum of RGB (Red+Green+Blue) = 181+127+175=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FAF is #4A8050. Grayscale: #949494. Windows color (decimal): -4882513 or 11501493. OLE color: 11501493.

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

Color convert

RGB181127175-
CMYK00.300.030.29
HSL306.67º26.73%60.39%-
HSV(B)306.67º29.83%70.98%-
XYZ34.3828.144.17-
YUV148.62142.89151.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=37.47%
G=26.29%
B=36.23%

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
Decimal18112717500.300.030.29306.6726.7360.39
HexB57FAF01E31D1331b3c
Octal2651772570363354633374
Binary10110101111111110101111011110111110110011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FAF; }

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

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

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

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

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

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

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

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