#B484AD

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

Shades of London Hue #B484AD

Tints of London Hue #B484AD

Color information

#B484AD (or 0xB484AD) is unknown color: approx London Hue. HEX triplet: B4, 84 and AD. RGB value is (180,132,173). Sum of RGB (Red+Green+Blue) = 180+132+173=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B484AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B484AD is #4B7B52. Grayscale: #969696. Windows color (decimal): -4946771 or 11371700. OLE color: 11371700.

HSL color Cylindrical-coordinate representation of color #B484AD: hue angle of 308.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B484AD is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180132173-
CMYK00.270.040.29
HSL308.75º24.24%61.18%-
HSV(B)308.75º26.67%70.59%-
XYZ34.6229.2243.35-
YUV151.03140.4148.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=37.11%
G=27.22%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013217300.270.040.29308.7524.2461.18
HexB484AD01B41D135183d
Octal2642042550334354653075
Binary1011010010000100101011010110111001110110011010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484AD; }

 p { color: rgb(180,132,173); }

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

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

 a { background-color: rgb(180,132,173); }

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

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

 span { border-color: rgb(180,132,173); }

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