#B87CB1

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

Shades of London Hue #B87CB1

Tints of London Hue #B87CB1

Color information

#B87CB1 (or 0xB87CB1) is unknown color: approx London Hue. HEX triplet: B8, 7C and B1. RGB value is (184,124,177). Sum of RGB (Red+Green+Blue) = 184+124+177=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87CB1 is #47834E. Grayscale: #939393. Windows color (decimal): -4686671 or 11631800. OLE color: 11631800.

HSL color Cylindrical-coordinate representation of color #B87CB1: hue angle of 307º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87CB1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB184124177-
CMYK00.330.040.28
HSL307º29.7%60.39%-
HSV(B)307º32.61%72.16%-
XYZ34.9127.7845.12-
YUV147.98144.38153.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=37.94%
G=25.57%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412417700.330.040.2830729.760.39
HexB87CB102141C1331e3c
Octal2701742610414344633674
Binary1011100011111001011000101000011001110010011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87CB1; }

 p { color: rgb(184,124,177); }

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

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

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

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

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

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

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