#B17FB5

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

Shades of London Hue #B17FB5

Tints of London Hue #B17FB5

Color information

#B17FB5 (or 0xB17FB5) is unknown color: approx London Hue. HEX triplet: B1, 7F and B5. RGB value is (177,127,181). Sum of RGB (Red+Green+Blue) = 177+127+181=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #B17FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FB5 is #4E804A. Grayscale: #939393. Windows color (decimal): -5144651 or 11894705. OLE color: 11894705.

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

Color convert

RGB177127181-
CMYK0.020.3000.29
HSL295.56º26.73%60.39%-
HSV(B)295.56º29.83%70.98%-
XYZ34.0627.8647.3-
YUV148.11146.56148.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=36.49%
G=26.19%
B=37.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771271810.020.3000.29295.5626.7360.39
HexB17FB521E01D1281b3c
Octal2611772652360354503374
Binary10110001111111110110101101111001110110010100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FB5; }

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

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

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

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

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

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

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

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