#B87AB0

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

Shades of London Hue #B87AB0

Tints of London Hue #B87AB0

Color information

#B87AB0 (or 0xB87AB0) is unknown color: approx London Hue. HEX triplet: B8, 7A and B0. RGB value is (184,122,176). Sum of RGB (Red+Green+Blue) = 184+122+176=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AB0 is #47854F. Grayscale: #929292. Windows color (decimal): -4687184 or 11565752. OLE color: 11565752.

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

Color convert

RGB184122176-
CMYK00.340.040.28
HSL307.74º30.39%60%-
HSV(B)307.74º33.7%72.16%-
XYZ34.5627.2444.51-
YUV146.69144.54154.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=38.17%
G=25.31%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412217600.340.040.28307.7430.3960
HexB87AB002241C1341e3c
Octal2701722600424344643674
Binary1011100011110101011000001000101001110010011010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87AB0; }

 p { color: rgb(184,122,176); }

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

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

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

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

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

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

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