#B879B1

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

Shades of London Hue #B879B1

Tints of London Hue #B879B1

Color information

#B879B1 (or 0xB879B1) is unknown color: approx London Hue. HEX triplet: B8, 79 and B1. RGB value is (184,121,177). Sum of RGB (Red+Green+Blue) = 184+121+177=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B879B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B879B1 is #47864E. Grayscale: #929292. Windows color (decimal): -4687439 or 11631032. OLE color: 11631032.

HSL color Cylindrical-coordinate representation of color #B879B1: hue angle of 306.67º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B879B1 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB184121177-
CMYK00.340.040.28
HSL306.67º30.73%59.8%-
HSV(B)306.67º34.24%72.16%-
XYZ34.5427.0444.99-
YUV146.22145.37154.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=38.17%
G=25.10%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412117700.340.040.28306.6730.7359.8
HexB879B102241C1331f3c
Octal2701712610424344633774
Binary1011100011110011011000101000101001110010011001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879B1; }

 p { color: rgb(184,121,177); }

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

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

 a { background-color: rgb(184,121,177); }

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

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

 span { border-color: rgb(184,121,177); }

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