#B279AE

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

Shades of London Hue #B279AE

Tints of London Hue #B279AE

Color information

#B279AE (or 0xB279AE) is unknown color: approx London Hue. HEX triplet: B2, 79 and AE. RGB value is (178,121,174). Sum of RGB (Red+Green+Blue) = 178+121+174=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B279AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279AE is #4D8651. Grayscale: #8F8F8F. Windows color (decimal): -5080658 or 11434418. OLE color: 11434418.

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

Color convert

RGB178121174-
CMYK00.320.020.30
HSL304.21º27.01%58.63%-
HSV(B)304.21º32.02%69.8%-
XYZ32.8426.243.37-
YUV144.08144.88152.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=37.63%
G=25.58%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812117400.320.020.30304.2127.0158.63
HexB279AE02021E1301b3b
Octal2621712560402364603373
Binary101100101111001101011100100000101111010011000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279AE; }

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

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

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

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

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

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

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

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