#B181AC

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

Shades of London Hue #B181AC

Tints of London Hue #B181AC

Color information

#B181AC (or 0xB181AC) is unknown color: approx London Hue. HEX triplet: B1, 81 and AC. RGB value is (177,129,172). Sum of RGB (Red+Green+Blue) = 177+129+172=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B181AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B181AC is #4E7E53. Grayscale: #949494. Windows color (decimal): -5144148 or 11305393. OLE color: 11305393.

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

Color convert

RGB177129172-
CMYK00.270.030.31
HSL306.25º23.53%60%-
HSV(B)306.25º27.12%69.41%-
XYZ33.4328.0342.68-
YUV148.25141.4148.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=37.03%
G=26.99%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712917200.270.030.31306.2523.5360
HexB181AC01B31F132183c
Octal2612012540333374623074
Binary101100011000000110101100011011111111110011001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181AC; }

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

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

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

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

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

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

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

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