#B17DA8

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

Shades of London Hue #B17DA8

Tints of London Hue #B17DA8

Color information

#B17DA8 (or 0xB17DA8) is unknown color: approx London Hue. HEX triplet: B1, 7D and A8. RGB value is (177,125,168). Sum of RGB (Red+Green+Blue) = 177+125+168=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA8 is #4E8257. Grayscale: #919191. Windows color (decimal): -5145176 or 11042225. OLE color: 11042225.

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

Color convert

RGB177125168-
CMYK00.290.050.31
HSL310.38º25%59.22%-
HSV(B)310.38º29.38%69.41%-
XYZ32.5326.8440.51-
YUV145.45140.73150.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 168 (66.02% from 255) = 35.74%
R=37.66%
G=26.60%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712516800.290.050.31310.382559.22
HexB17DA801D51F136193b
Octal2611752500355374663173
Binary101100011111101101010000111011011111110011011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DA8; }

 p { color: rgb(177,125,168); }

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

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

 a { background-color: rgb(177,125,168); }

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

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

 span { border-color: rgb(177,125,168); }

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