#B779B2

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

Shades of London Hue #B779B2

Tints of London Hue #B779B2

Color information

#B779B2 (or 0xB779B2) is unknown color: approx London Hue. HEX triplet: B7, 79 and B2. RGB value is (183,121,178). Sum of RGB (Red+Green+Blue) = 183+121+178=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B779B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779B2 is #48864D. Grayscale: #919191. Windows color (decimal): -4752974 or 11696567. OLE color: 11696567.

HSL color Cylindrical-coordinate representation of color #B779B2: hue angle of 304.84º 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 #B779B2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB183121178-
CMYK00.340.030.28
HSL304.84º30.1%59.61%-
HSV(B)304.84º33.88%71.76%-
XYZ34.426.9645.51-
YUV146.04146.04154.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=37.97%
G=25.10%
B=36.93%

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
Decimal18312117800.340.030.28304.8430.159.61
HexB779B202231C1311e3c
Octal2671712620423344613674
Binary101101111111001101100100100010111110010011000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779B2; }

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

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

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

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

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

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

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

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