#B376B4

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

Shades of London Hue #B376B4

Tints of London Hue #B376B4

Color information

#B376B4 (or 0xB376B4) is unknown color: approx London Hue. HEX triplet: B3, 76 and B4. RGB value is (179,118,180). Sum of RGB (Red+Green+Blue) = 179+118+180=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #B376B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376B4 is #4C894B. Grayscale: #8F8F8F. Windows color (decimal): -5015884 or 11826867. OLE color: 11826867.

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

Color convert

RGB179118180-
CMYK0.010.3400.29
HSL299.03º29.25%58.43%-
HSV(B)299.03º34.44%70.59%-
XYZ33.3125.8446.41-
YUV143.31148.71153.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=37.53%
G=24.74%
B=37.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791181800.010.3400.29299.0329.2558.43
HexB376B412201D12b1d3a
Octal2631662641420354533572
Binary10110011111011010110100110001001110110010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376B4; }

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

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

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

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

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

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

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

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