#B87FB7

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

Shades of London Hue #B87FB7

Tints of London Hue #B87FB7

Color information

#B87FB7 (or 0xB87FB7) is unknown color: approx London Hue. HEX triplet: B8, 7F and B7. RGB value is (184,127,183). Sum of RGB (Red+Green+Blue) = 184+127+183=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B87FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FB7 is #478048. Grayscale: #969696. Windows color (decimal): -4685897 or 12025784. OLE color: 12025784.

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

Color convert

RGB184127183-
CMYK00.310.010.28
HSL301.05º28.64%60.98%-
HSV(B)301.05º30.98%72.16%-
XYZ35.928.7948.46-
YUV150.43146.38151.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=37.25%
G=25.71%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412718300.310.010.28301.0528.6460.98
HexB87FB701F11C12d1d3d
Octal2701772670371344553575
Binary1011100011111111011011101111111110010010110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FB7; }

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

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

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

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

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

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

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

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