#B879B4

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

Shades of London Hue #B879B4

Tints of London Hue #B879B4

Color information

#B879B4 (or 0xB879B4) is unknown color: approx London Hue. HEX triplet: B8, 79 and B4. RGB value is (184,121,180). Sum of RGB (Red+Green+Blue) = 184+121+180=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B879B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879B4 is #47864B. Grayscale: #929292. Windows color (decimal): -4687436 or 11827640. OLE color: 11827640.

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

Color convert

RGB184121180-
CMYK00.340.020.28
HSL303.81º30.73%59.8%-
HSV(B)303.81º34.24%72.16%-
XYZ34.8427.1646.59-
YUV146.56146.87154.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=37.94%
G=24.95%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412118000.340.020.28303.8130.7359.8
HexB879B402221C1301f3c
Octal2701712640422344603774
Binary101110001111001101101000100010101110010011000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879B4; }

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

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

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

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

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

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

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

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