#B178AD

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

Shades of London Hue #B178AD

Tints of London Hue #B178AD

Color information

#B178AD (or 0xB178AD) is unknown color: approx London Hue. HEX triplet: B1, 78 and AD. RGB value is (177,120,173). Sum of RGB (Red+Green+Blue) = 177+120+173=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B178AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178AD is #4E8752. Grayscale: #8E8E8E. Windows color (decimal): -5146451 or 11368625. OLE color: 11368625.

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

Color convert

RGB177120173-
CMYK00.320.020.31
HSL304.21º26.76%58.24%-
HSV(B)304.21º32.2%69.41%-
XYZ32.3925.842.81-
YUV143.08144.88152.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=37.66%
G=25.53%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712017300.320.020.31304.2126.7658.24
HexB178AD02021F1301b3a
Octal2611702550402374603372
Binary101100011111000101011010100000101111110011000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178AD; }

 p { color: rgb(177,120,173); }

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

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

 a { background-color: rgb(177,120,173); }

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

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

 span { border-color: rgb(177,120,173); }

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