#B376B7

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

Shades of London Hue #B376B7

Tints of London Hue #B376B7

Color information

#B376B7 (or 0xB376B7) is unknown color: approx London Hue. HEX triplet: B3, 76 and B7. RGB value is (179,118,183). Sum of RGB (Red+Green+Blue) = 179+118+183=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 183 - color contains mainly: blue. Hex color #B376B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376B7 is #4C8948. Grayscale: #8F8F8F. Windows color (decimal): -5015881 or 12023475. OLE color: 12023475.

HSL color Cylindrical-coordinate representation of color #B376B7: hue angle of 296.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B376B7 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB179118183-
CMYK0.020.3600.28
HSL296.31º31.1%59.02%-
HSV(B)296.31º35.52%71.76%-
XYZ33.6225.9648.04-
YUV143.65150.21153.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 118 (46.48% from 255) = 24.58%
BLUE value IS 183 (71.88% from 255) = 38.12%
R=37.29%
G=24.58%
B=38.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791181830.020.3600.28296.3131.159.02
HexB376B722401C1281f3b
Octal2631662672440344503773
Binary101100111110110101101111010010001110010010100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376B7; }

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

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

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

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

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

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

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

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