#B87FAD

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

Shades of London Hue #B87FAD

Tints of London Hue #B87FAD

Color information

#B87FAD (or 0xB87FAD) is unknown color: approx London Hue. HEX triplet: B8, 7F and AD. RGB value is (184,127,173). Sum of RGB (Red+Green+Blue) = 184+127+173=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B87FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87FAD is #478052. Grayscale: #959595. Windows color (decimal): -4685907 or 11370424. OLE color: 11370424.

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

Color convert

RGB184127173-
CMYK00.310.060.28
HSL311.58º28.64%60.98%-
HSV(B)311.58º30.98%72.16%-
XYZ34.928.3943.17-
YUV149.29141.38152.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=38.02%
G=26.24%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412717300.310.060.28311.5828.6460.98
HexB87FAD01F61C1381d3d
Octal2701772550376344703575
Binary101110001111111101011010111111101110010011100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FAD; }

 p { color: rgb(184,127,173); }

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

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

 a { background-color: rgb(184,127,173); }

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

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

 span { border-color: rgb(184,127,173); }

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