#B178B2

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

Shades of London Hue #B178B2

Tints of London Hue #B178B2

Color information

#B178B2 (or 0xB178B2) is unknown color: approx London Hue. HEX triplet: B1, 78 and B2. RGB value is (177,120,178). Sum of RGB (Red+Green+Blue) = 177+120+178=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 178 - color contains mainly: blue. Hex color #B178B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178B2 is #4E874D. Grayscale: #8F8F8F. Windows color (decimal): -5146446 or 11696305. OLE color: 11696305.

HSL color Cylindrical-coordinate representation of color #B178B2: hue angle of 298.97º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B178B2 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177120178-
CMYK0.010.3300.30
HSL298.97º27.36%58.43%-
HSV(B)298.97º32.58%69.8%-
XYZ32.8825.9945.4-
YUV143.66147.38151.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=37.26%
G=25.26%
B=37.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771201780.010.3300.30298.9727.3658.43
HexB178B212101E12b1b3a
Octal2611702621410364533372
Binary10110001111100010110010110000101111010010101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178B2; }

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

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

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

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

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

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

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

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