#B17BAE

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

Shades of London Hue #B17BAE

Tints of London Hue #B17BAE

Color information

#B17BAE (or 0xB17BAE) is unknown color: approx London Hue. HEX triplet: B1, 7B and AE. RGB value is (177,123,174). Sum of RGB (Red+Green+Blue) = 177+123+174=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BAE is #4E8451. Grayscale: #909090. Windows color (decimal): -5145682 or 11434929. OLE color: 11434929.

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

Color convert

RGB177123174-
CMYK00.310.020.31
HSL303.33º25.71%58.82%-
HSV(B)303.33º30.51%69.41%-
XYZ32.8526.5743.44-
YUV144.96144.39150.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=37.34%
G=25.95%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712317400.310.020.31303.3325.7158.82
HexB17BAE01F21F12f1a3b
Octal2611732560372374573273
Binary10110001111101110101110011111101111110010111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17BAE; }

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

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

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

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

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

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

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

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