#B379AC

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

Shades of London Hue #B379AC

Tints of London Hue #B379AC

Color information

#B379AC (or 0xB379AC) is unknown color: approx London Hue. HEX triplet: B3, 79 and AC. RGB value is (179,121,172). Sum of RGB (Red+Green+Blue) = 179+121+172=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B379AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379AC is #4C8653. Grayscale: #909090. Windows color (decimal): -5015124 or 11303347. OLE color: 11303347.

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

Color convert

RGB179121172-
CMYK00.320.040.30
HSL307.24º27.62%58.82%-
HSV(B)307.24º32.4%70.2%-
XYZ32.8726.2442.36-
YUV144.16143.72152.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 121 (47.66% from 255) = 25.64%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=37.92%
G=25.64%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912117200.320.040.30307.2427.6258.82
HexB379AC02041E1331c3b
Octal2631712540404364633473
Binary1011001111110011010110001000001001111010011001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B379AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B379AC; }

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

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

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

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

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

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

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

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