#B57FB9

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

Shades of London Hue #B57FB9

Tints of London Hue #B57FB9

Color information

#B57FB9 (or 0xB57FB9) is unknown color: approx London Hue. HEX triplet: B5, 7F and B9. RGB value is (181,127,185). Sum of RGB (Red+Green+Blue) = 181+127+185=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 185 - color contains mainly: blue. Hex color #B57FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FB9 is #4A8046. Grayscale: #959595. Windows color (decimal): -4882503 or 12156853. OLE color: 12156853.

HSL color Cylindrical-coordinate representation of color #B57FB9: hue angle of 295.86º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57FB9 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181127185-
CMYK0.020.3100.27
HSL295.86º29.29%61.18%-
HSV(B)295.86º31.35%72.55%-
XYZ35.428.5149.54-
YUV149.76147.89150.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 185 (72.66% from 255) = 37.53%
R=36.71%
G=25.76%
B=37.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811271850.020.3100.27295.8629.2961.18
HexB57FB921F01B1281d3d
Octal2651772712370334503575
Binary10110101111111110111001101111101101110010100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FB9; }

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

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

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

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

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

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

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

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