#B57CAF

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

Shades of London Hue #B57CAF

Tints of London Hue #B57CAF

Color information

#B57CAF (or 0xB57CAF) is unknown color: approx London Hue. HEX triplet: B5, 7C and AF. RGB value is (181,124,175). Sum of RGB (Red+Green+Blue) = 181+124+175=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CAF is #4A8350. Grayscale: #929292. Windows color (decimal): -4883281 or 11500725. OLE color: 11500725.

HSL color Cylindrical-coordinate representation of color #B57CAF: hue angle of 306.32º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57CAF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB181124175-
CMYK00.310.030.29
HSL306.32º27.8%59.8%-
HSV(B)306.32º31.49%70.98%-
XYZ3427.3344.04-
YUV146.86143.88152.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=37.71%
G=25.83%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112417500.310.030.29306.3227.859.8
HexB57CAF01F31D1321c3c
Octal2651742570373354623474
Binary10110101111110010101111011111111110110011001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CAF; }

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

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

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

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

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

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

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

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