#B482A8

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

Shades of London Hue #B482A8

Tints of London Hue #B482A8

Color information

#B482A8 (or 0xB482A8) is unknown color: approx London Hue. HEX triplet: B4, 82 and A8. RGB value is (180,130,168). Sum of RGB (Red+Green+Blue) = 180+130+168=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B482A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B482A8 is #4B7D57. Grayscale: #959595. Windows color (decimal): -4947288 or 11043508. OLE color: 11043508.

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

Color convert

RGB180130168-
CMYK00.280.070.29
HSL314.4º25%60.78%-
HSV(B)314.4º27.78%70.59%-
XYZ33.8728.540.76-
YUV149.28138.56149.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 168 (66.02% from 255) = 35.15%
R=37.66%
G=27.20%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013016800.280.070.29314.42560.78
HexB482A801C71D13a193d
Octal2642022500347354723175
Binary1011010010000010101010000111001111110110011101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482A8; }

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

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

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

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

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

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

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

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