#B482AD

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

Shades of London Hue #B482AD

Tints of London Hue #B482AD

Color information

#B482AD (or 0xB482AD) is unknown color: approx London Hue. HEX triplet: B4, 82 and AD. RGB value is (180,130,173). Sum of RGB (Red+Green+Blue) = 180+130+173=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B482AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B482AD is #4B7D52. Grayscale: #959595. Windows color (decimal): -4947283 or 11371188. OLE color: 11371188.

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

Color convert

RGB180130173-
CMYK00.280.040.29
HSL308.4º25%60.78%-
HSV(B)308.4º27.78%70.59%-
XYZ34.3528.6943.26-
YUV149.85141.06149.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=37.27%
G=26.92%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013017300.280.040.29308.42560.78
HexB482AD01C41D134193d
Octal2642022550344354643175
Binary1011010010000010101011010111001001110110011010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482AD; }

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

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

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

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

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

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

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

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