#B376AE

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

Shades of London Hue #B376AE

Tints of London Hue #B376AE

Color information

#B376AE (or 0xB376AE) is unknown color: approx London Hue. HEX triplet: B3, 76 and AE. RGB value is (179,118,174). Sum of RGB (Red+Green+Blue) = 179+118+174=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B376AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376AE is #4C8951. Grayscale: #8E8E8E. Windows color (decimal): -5015890 or 11433651. OLE color: 11433651.

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

Color convert

RGB179118174-
CMYK00.340.030.30
HSL304.92º28.64%58.24%-
HSV(B)304.92º34.08%70.2%-
XYZ32.7125.643.26-
YUV142.62145.71153.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=38.00%
G=25.05%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911817400.340.030.30304.9228.6458.24
HexB376AE02231E1311d3a
Octal2631662560423364613572
Binary101100111110110101011100100010111111010011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376AE; }

 p { color: rgb(179,118,174); }

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

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

 a { background-color: rgb(179,118,174); }

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

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

 span { border-color: rgb(179,118,174); }

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