#B182AD

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

Shades of London Hue #B182AD

Tints of London Hue #B182AD

Color information

#B182AD (or 0xB182AD) is unknown color: approx London Hue. HEX triplet: B1, 82 and AD. RGB value is (177,130,173). Sum of RGB (Red+Green+Blue) = 177+130+173=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AD is #4E7D52. Grayscale: #949494. Windows color (decimal): -5143891 or 11371185. OLE color: 11371185.

HSL color Cylindrical-coordinate representation of color #B182AD: hue angle of 305.11º degrees, saturation: 0.23, 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 #B182AD is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177130173-
CMYK00.270.020.31
HSL305.11º23.15%60.2%-
HSV(B)305.11º26.55%69.41%-
XYZ33.6628.3343.23-
YUV148.96141.57148-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=36.88%
G=27.08%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713017300.270.020.31305.1123.1560.2
HexB182AD01B21F131173c
Octal2612022550332374612774
Binary101100011000001010101101011011101111110011000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182AD; }

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

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

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

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

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

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

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

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