#B87FBA

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

Shades of London Hue #B87FBA

Tints of London Hue #B87FBA

Color information

#B87FBA (or 0xB87FBA) is unknown color: approx London Hue. HEX triplet: B8, 7F and BA. RGB value is (184,127,186). Sum of RGB (Red+Green+Blue) = 184+127+186=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #B87FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FBA is #478045. Grayscale: #969696. Windows color (decimal): -4685894 or 12222392. OLE color: 12222392.

HSL color Cylindrical-coordinate representation of color #B87FBA: hue angle of 297.97º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87FBA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184127186-
CMYK0.010.3200.27
HSL297.97º29.95%61.37%-
HSV(B)297.97º31.72%72.94%-
XYZ36.2228.9150.13-
YUV150.77147.88151.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=37.02%
G=25.55%
B=37.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841271860.010.3200.27297.9729.9561.37
HexB87FBA12001B12a1e3d
Octal2701772721400334523675
Binary10111000111111110111010110000001101110010101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FBA; }

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

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

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

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

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

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

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

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