#B486B3

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

Shades of London Hue #B486B3

Tints of London Hue #B486B3

Color information

#B486B3 (or 0xB486B3) is unknown color: approx London Hue. HEX triplet: B4, 86 and B3. RGB value is (180,134,179). Sum of RGB (Red+Green+Blue) = 180+134+179=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B486B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486B3 is #4B794C. Grayscale: #989898. Windows color (decimal): -4946253 or 11765428. OLE color: 11765428.

HSL color Cylindrical-coordinate representation of color #B486B3: hue angle of 301.3º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B486B3 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180134179-
CMYK00.260.010.29
HSL301.3º23.47%61.57%-
HSV(B)301.3º25.56%70.59%-
XYZ35.4830.0146.57-
YUV152.88142.74147.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=36.51%
G=27.18%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013417900.260.010.29301.323.4761.57
HexB486B301A11D12d173e
Octal2642062630321354552776
Binary10110100100001101011001101101011110110010110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486B3; }

 p { color: rgb(180,134,179); }

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

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

 a { background-color: rgb(180,134,179); }

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

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

 span { border-color: rgb(180,134,179); }

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