#B17FAD

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

Shades of London Hue #B17FAD

Tints of London Hue #B17FAD

Color information

#B17FAD (or 0xB17FAD) is unknown color: approx London Hue. HEX triplet: B1, 7F and AD. RGB value is (177,127,173). Sum of RGB (Red+Green+Blue) = 177+127+173=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FAD is #4E8052. Grayscale: #939393. Windows color (decimal): -5144659 or 11370417. OLE color: 11370417.

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

Color convert

RGB177127173-
CMYK00.280.020.31
HSL304.8º24.27%59.61%-
HSV(B)304.8º28.25%69.41%-
XYZ33.2627.5443.1-
YUV147.19142.56149.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=37.11%
G=26.62%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712717300.280.020.31304.824.2759.61
HexB17FAD01C21F131183c
Octal2611772550342374613074
Binary10110001111111110101101011100101111110011000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FAD; }

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

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

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

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

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

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

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

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