#B279AC

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

Shades of London Hue #B279AC

Tints of London Hue #B279AC

Color information

#B279AC (or 0xB279AC) is unknown color: approx London Hue. HEX triplet: B2, 79 and AC. RGB value is (178,121,172). Sum of RGB (Red+Green+Blue) = 178+121+172=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B279AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279AC is #4D8653. Grayscale: #8F8F8F. Windows color (decimal): -5080660 or 11303346. OLE color: 11303346.

HSL color Cylindrical-coordinate representation of color #B279AC: hue angle of 306.32º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B279AC is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178121172-
CMYK00.320.030.30
HSL306.32º27.01%58.63%-
HSV(B)306.32º32.02%69.8%-
XYZ32.6426.1242.35-
YUV143.86143.88152.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=37.79%
G=25.69%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812117200.320.030.30306.3227.0158.63
HexB279AC02031E1321b3b
Octal2621712540403364623373
Binary101100101111001101011000100000111111010011001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279AC; }

 p { color: rgb(178,121,172); }

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

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

 a { background-color: rgb(178,121,172); }

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

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

 span { border-color: rgb(178,121,172); }

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