#B87FB2

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

Shades of London Hue #B87FB2

Tints of London Hue #B87FB2

Color information

#B87FB2 (or 0xB87FB2) is unknown color: approx London Hue. HEX triplet: B8, 7F and B2. RGB value is (184,127,178). Sum of RGB (Red+Green+Blue) = 184+127+178=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B87FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87FB2 is #47804D. Grayscale: #959595. Windows color (decimal): -4685902 or 11698104. OLE color: 11698104.

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

Color convert

RGB184127178-
CMYK00.310.030.28
HSL306.32º28.64%60.98%-
HSV(B)306.32º30.98%72.16%-
XYZ35.3928.5845.77-
YUV149.86143.88152.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 178 (69.92% from 255) = 36.40%
R=37.63%
G=25.97%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412717800.310.030.28306.3228.6460.98
HexB87FB201F31C1321d3d
Octal2701772620373344623575
Binary10111000111111110110010011111111110010011001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FB2; }

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

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

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

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

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

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

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

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