#B87FB8

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

Shades of London Hue #B87FB8

Tints of London Hue #B87FB8

Color information

#B87FB8 (or 0xB87FB8) is unknown color: approx London Hue. HEX triplet: B8, 7F and B8. RGB value is (184,127,184). Sum of RGB (Red+Green+Blue) = 184+127+184=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B87FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FB8 is #478047. Grayscale: #969696. Windows color (decimal): -4685896 or 12091320. OLE color: 12091320.

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

Color convert

RGB184127184-
CMYK00.3100.28
HSL300º28.64%60.98%-
HSV(B)300º30.98%72.16%-
XYZ36.0128.8349.01-
YUV150.54146.88151.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=37.17%
G=25.66%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412718400.3100.2830028.6460.98
HexB87FB801F01C12c1d3d
Octal2701772700370344543575
Binary1011100011111111011100001111101110010010110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FB8; }

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

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

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

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

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

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

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

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