#B175AC

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

Shades of London Hue #B175AC

Tints of London Hue #B175AC

Color information

#B175AC (or 0xB175AC) is unknown color: approx London Hue. HEX triplet: B1, 75 and AC. RGB value is (177,117,172). Sum of RGB (Red+Green+Blue) = 177+117+172=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B175AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175AC is #4E8A53. Grayscale: #8D8D8D. Windows color (decimal): -5147220 or 11302321. OLE color: 11302321.

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

Color convert

RGB177117172-
CMYK00.340.030.31
HSL305º27.78%57.65%-
HSV(B)305º33.9%69.41%-
XYZ31.9425.0542.18-
YUV141.21145.38153.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=37.98%
G=25.11%
B=36.91%

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
Decimal17711717200.340.030.3130527.7857.65
HexB175AC02231F1311c3a
Octal2611652540423374613472
Binary101100011110101101011000100010111111110011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B175AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B175AC; }

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

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

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

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

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

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

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

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