#B175AB

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

Shades of London Hue #B175AB

Tints of London Hue #B175AB

Color information

#B175AB (or 0xB175AB) is unknown color: approx London Hue. HEX triplet: B1, 75 and AB. RGB value is (177,117,171). Sum of RGB (Red+Green+Blue) = 177+117+171=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B175AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175AB is #4E8A54. Grayscale: #8C8C8C. Windows color (decimal): -5147221 or 11236785. OLE color: 11236785.

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

Color convert

RGB177117171-
CMYK00.340.030.31
HSL306º27.78%57.65%-
HSV(B)306º33.9%69.41%-
XYZ31.8425.0141.68-
YUV141.1144.88153.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=38.06%
G=25.16%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711717100.340.030.3130627.7857.65
HexB175AB02231F1321c3a
Octal2611652530423374623472
Binary101100011110101101010110100010111111110011001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B175AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B175AB; }

 p { color: rgb(177,117,171); }

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

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

 a { background-color: rgb(177,117,171); }

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

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

 span { border-color: rgb(177,117,171); }

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