#b87fb4

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

Shades of London Hue #B87FB4

Tints of London Hue #B87FB4

Color information

#B87FB4 (or 0xB87FB4) is unknown color: approx London Hue. HEX triplet: B8, 7F and B4. RGB value is (184,127,180). Sum of RGB (Red+Green+Blue) = 184+127+180=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B87FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FB4 is #47804B. Grayscale: #959595. Windows color (decimal): -4685900 or 11829176. OLE color: 11829176.

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

Color convert

RGB184127180-
CMYK00.310.020.28
HSL304.21º28.64%60.98%-
HSV(B)304.21º30.98%72.16%-
XYZ35.5928.6646.84-
YUV150.08144.88152.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=37.47%
G=25.87%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412718000.310.020.28304.2128.6460.98
HexB87FB401F21C1301d3d
Octal2701772640372344603575
Binary10111000111111110110100011111101110010011000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b87fb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b87fb4; }

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

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

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

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

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

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

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

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