#B87BB7

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

Shades of London Hue #B87BB7

Tints of London Hue #B87BB7

Color information

#B87BB7 (or 0xB87BB7) is unknown color: approx London Hue. HEX triplet: B8, 7B and B7. RGB value is (184,123,183). Sum of RGB (Red+Green+Blue) = 184+123+183=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BB7 is #478448. Grayscale: #939393. Windows color (decimal): -4686921 or 12024760. OLE color: 12024760.

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

Color convert

RGB184123183-
CMYK00.330.010.28
HSL300.98º30.05%60.2%-
HSV(B)300.98º33.15%72.16%-
XYZ35.427.7848.3-
YUV148.08147.71153.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 183 (71.88% from 255) = 37.35%
R=37.55%
G=25.10%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412318300.330.010.28300.9830.0560.2
HexB87BB702111C12d1e3c
Octal2701732670411344553674
Binary10111000111101110110111010000111110010010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87BB7; }

 p { color: rgb(184,123,183); }

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

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

 a { background-color: rgb(184,123,183); }

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

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

 span { border-color: rgb(184,123,183); }

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