#B779B1

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

Shades of London Hue #B779B1

Tints of London Hue #B779B1

Color information

#B779B1 (or 0xB779B1) is unknown color: approx London Hue. HEX triplet: B7, 79 and B1. RGB value is (183,121,177). Sum of RGB (Red+Green+Blue) = 183+121+177=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B779B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779B1 is #48864E. Grayscale: #919191. Windows color (decimal): -4752975 or 11631031. OLE color: 11631031.

HSL color Cylindrical-coordinate representation of color #B779B1: hue angle of 305.81º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B779B1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB183121177-
CMYK00.340.030.28
HSL305.81º30.1%59.61%-
HSV(B)305.81º33.88%71.76%-
XYZ34.326.9244.98-
YUV145.92145.54154.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 177 (69.53% from 255) = 36.80%
R=38.05%
G=25.16%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312117700.340.030.28305.8130.159.61
HexB779B102231C1321e3c
Octal2671712610423344623674
Binary101101111111001101100010100010111110010011001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779B1; }

 p { color: rgb(183,121,177); }

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

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

 a { background-color: rgb(183,121,177); }

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

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

 span { border-color: rgb(183,121,177); }

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