#B17FAE

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

Shades of London Hue #B17FAE

Tints of London Hue #B17FAE

Color information

#B17FAE (or 0xB17FAE) is unknown color: approx London Hue. HEX triplet: B1, 7F and AE. RGB value is (177,127,174). Sum of RGB (Red+Green+Blue) = 177+127+174=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FAE is #4E8051. Grayscale: #939393. Windows color (decimal): -5144658 or 11435953. OLE color: 11435953.

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

Color convert

RGB177127174-
CMYK00.280.020.31
HSL303.6º24.27%59.61%-
HSV(B)303.6º28.25%69.41%-
XYZ33.3627.5843.61-
YUV147.31143.06149.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=37.03%
G=26.57%
B=36.40%

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
Decimal17712717400.280.020.31303.624.2759.61
HexB17FAE01C21F130183c
Octal2611772560342374603074
Binary10110001111111110101110011100101111110011000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FAE; }

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

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

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

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

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

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

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

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