#B175AA

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

Shades of London Hue #B175AA

Tints of London Hue #B175AA

Color information

#B175AA (or 0xB175AA) is unknown color: approx London Hue. HEX triplet: B1, 75 and AA. RGB value is (177,117,170). Sum of RGB (Red+Green+Blue) = 177+117+170=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B175AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175AA is #4E8A55. Grayscale: #8C8C8C. Windows color (decimal): -5147222 or 11171249. OLE color: 11171249.

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

Color convert

RGB177117170-
CMYK00.340.040.31
HSL307º27.78%57.65%-
HSV(B)307º33.9%69.41%-
XYZ31.7524.9741.18-
YUV140.98144.38153.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=38.15%
G=25.22%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711717000.340.040.3130727.7857.65
HexB175AA02241F1331c3a
Octal2611652520424374633472
Binary1011000111101011010101001000101001111110011001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B175AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B175AA; }

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

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

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

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

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

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

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

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