#B486B1

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

Shades of London Hue #B486B1

Tints of London Hue #B486B1

Color information

#B486B1 (or 0xB486B1) is unknown color: approx London Hue. HEX triplet: B4, 86 and B1. RGB value is (180,134,177). Sum of RGB (Red+Green+Blue) = 180+134+177=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B486B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486B1 is #4B794E. Grayscale: #989898. Windows color (decimal): -4946255 or 11634356. OLE color: 11634356.

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

Color convert

RGB180134177-
CMYK00.260.020.29
HSL303.91º23.47%61.57%-
HSV(B)303.91º25.56%70.59%-
XYZ35.2829.9345.51-
YUV152.66141.74147.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=36.66%
G=27.29%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013417700.260.020.29303.9123.4761.57
HexB486B101A21D130173e
Octal2642062610322354602776
Binary101101001000011010110001011010101110110011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486B1; }

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

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

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

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

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

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

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

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