#B87BAE

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

Shades of London Hue #B87BAE

Tints of London Hue #B87BAE

Color information

#B87BAE (or 0xB87BAE) is unknown color: approx London Hue. HEX triplet: B8, 7B and AE. RGB value is (184,123,174). Sum of RGB (Red+Green+Blue) = 184+123+174=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87BAE is #478451. Grayscale: #929292. Windows color (decimal): -4686930 or 11434936. OLE color: 11434936.

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

Color convert

RGB184123174-
CMYK00.330.050.28
HSL309.84º30.05%60.2%-
HSV(B)309.84º33.15%72.16%-
XYZ34.4927.4143.52-
YUV147.05143.21154.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=38.25%
G=25.57%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412317400.330.050.28309.8430.0560.2
HexB87BAE02151C1361e3c
Octal2701732560415344663674
Binary1011100011110111010111001000011011110010011011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87BAE; }

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

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

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

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

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

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

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

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