#B482AE

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

Shades of London Hue #B482AE

Tints of London Hue #B482AE

Color information

#B482AE (or 0xB482AE) is unknown color: approx London Hue. HEX triplet: B4, 82 and AE. RGB value is (180,130,174). Sum of RGB (Red+Green+Blue) = 180+130+174=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B482AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B482AE is #4B7D51. Grayscale: #959595. Windows color (decimal): -4947282 or 11436724. OLE color: 11436724.

HSL color Cylindrical-coordinate representation of color #B482AE: hue angle of 307.2º 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 #B482AE is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180130174-
CMYK00.280.030.29
HSL307.2º25%60.78%-
HSV(B)307.2º27.78%70.59%-
XYZ34.4528.7243.77-
YUV149.97141.56149.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=37.19%
G=26.86%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013017400.280.030.29307.22560.78
HexB482AE01C31D133193d
Octal2642022560343354633175
Binary101101001000001010101110011100111110110011001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482AE; }

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

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

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

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

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

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

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

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