#B879B3

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

Shades of London Hue #B879B3

Tints of London Hue #B879B3

Color information

#B879B3 (or 0xB879B3) is unknown color: approx London Hue. HEX triplet: B8, 79 and B3. RGB value is (184,121,179). Sum of RGB (Red+Green+Blue) = 184+121+179=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B879B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879B3 is #47864C. Grayscale: #929292. Windows color (decimal): -4687437 or 11762104. OLE color: 11762104.

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

Color convert

RGB184121179-
CMYK00.340.030.28
HSL304.76º30.73%59.8%-
HSV(B)304.76º34.24%72.16%-
XYZ34.7427.1246.05-
YUV146.45146.37154.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 121 (47.66% from 255) = 25%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=38.02%
G=25%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412117900.340.030.28304.7630.7359.8
HexB879B302231C1311f3c
Octal2701712630423344613774
Binary101110001111001101100110100010111110010011000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879B3; }

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

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

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

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

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

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

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

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