#B879BA

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

Shades of London Hue #B879BA

Tints of London Hue #B879BA

Color information

#B879BA (or 0xB879BA) is unknown color: approx London Hue. HEX triplet: B8, 79 and BA. RGB value is (184,121,186). Sum of RGB (Red+Green+Blue) = 184+121+186=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B879BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879BA is #478645. Grayscale: #939393. Windows color (decimal): -4687430 or 12220856. OLE color: 12220856.

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

Color convert

RGB184121186-
CMYK0.010.3500.27
HSL298.15º32.02%60.2%-
HSV(B)298.15º34.95%72.94%-
XYZ35.4727.4149.88-
YUV147.25149.87154.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=37.47%
G=24.64%
B=37.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841211860.010.3500.27298.1532.0260.2
HexB879BA12301B12a203c
Octal2701712721430334524074
Binary101110001111001101110101100011011011100101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879BA; }

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

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

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

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

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

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

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

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