#B379B0

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

Shades of London Hue #B379B0

Tints of London Hue #B379B0

Color information

#B379B0 (or 0xB379B0) is unknown color: approx London Hue. HEX triplet: B3, 79 and B0. RGB value is (179,121,176). Sum of RGB (Red+Green+Blue) = 179+121+176=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B379B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379B0 is #4C864F. Grayscale: #909090. Windows color (decimal): -5015120 or 11565491. OLE color: 11565491.

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

Color convert

RGB179121176-
CMYK00.320.020.30
HSL303.1º27.62%58.82%-
HSV(B)303.1º32.4%70.2%-
XYZ33.2626.3944.42-
YUV144.61145.72152.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=37.61%
G=25.42%
B=36.97%

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
Decimal17912117600.320.020.30303.127.6258.82
HexB379B002021E12f1c3b
Octal2631712600402364573473
Binary101100111111001101100000100000101111010010111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B379B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B379B0; }

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

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

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

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

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

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

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

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