#B87CBB

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

Shades of London Hue #B87CBB

Tints of London Hue #B87CBB

Color information

#B87CBB (or 0xB87CBB) is unknown color: approx London Hue. HEX triplet: B8, 7C and BB. RGB value is (184,124,187). Sum of RGB (Red+Green+Blue) = 184+124+187=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #B87CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CBB is #478344. Grayscale: #949494. Windows color (decimal): -4686661 or 12287160. OLE color: 12287160.

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

Color convert

RGB184124187-
CMYK0.020.3400.27
HSL297.14º31.66%60.98%-
HSV(B)297.14º33.69%73.33%-
XYZ35.9428.1950.56-
YUV149.12149.38152.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=37.17%
G=25.05%
B=37.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841241870.020.3400.27297.1431.6660.98
HexB87CBB22201B129203d
Octal2701742732420334514075
Binary1011100011111001011101110100010011011100101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87CBB; }

 p { color: rgb(184,124,187); }

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

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

 a { background-color: rgb(184,124,187); }

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

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

 span { border-color: rgb(184,124,187); }

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