#B379AB

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

Shades of London Hue #B379AB

Tints of London Hue #B379AB

Color information

#B379AB (or 0xB379AB) is unknown color: approx London Hue. HEX triplet: B3, 79 and AB. RGB value is (179,121,171). Sum of RGB (Red+Green+Blue) = 179+121+171=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B379AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379AB is #4C8654. Grayscale: #8F8F8F. Windows color (decimal): -5015125 or 11237811. OLE color: 11237811.

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

Color convert

RGB179121171-
CMYK00.320.040.30
HSL308.28º27.62%58.82%-
HSV(B)308.28º32.4%70.2%-
XYZ32.7826.241.86-
YUV144.04143.22152.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=38.00%
G=25.69%
B=36.31%

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
Decimal17912117100.320.040.30308.2827.6258.82
HexB379AB02041E1341c3b
Octal2631712530404364643473
Binary1011001111110011010101101000001001111010011010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B379AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B379AB; }

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

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

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

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

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

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

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

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