#B175B4

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

Shades of London Hue #B175B4

Tints of London Hue #B175B4

Color information

#B175B4 (or 0xB175B4) is unknown color: approx London Hue. HEX triplet: B1, 75 and B4. RGB value is (177,117,180). Sum of RGB (Red+Green+Blue) = 177+117+180=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #B175B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175B4 is #4E8A4B. Grayscale: #8D8D8D. Windows color (decimal): -5147212 or 11826609. OLE color: 11826609.

HSL color Cylindrical-coordinate representation of color #B175B4: hue angle of 297.14º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B175B4 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177117180-
CMYK0.020.3500.29
HSL297.14º29.58%58.24%-
HSV(B)297.14º35%70.59%-
XYZ32.7325.3646.35-
YUV142.12149.38152.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=37.34%
G=24.68%
B=37.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771171800.020.3500.29297.1429.5858.24
HexB175B422301D1291e3a
Octal2611652642430354513672
Binary101100011110101101101001010001101110110010100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B175B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B175B4; }

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

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

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

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

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

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

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

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