#B778AC

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

Shades of London Hue #B778AC

Tints of London Hue #B778AC

Color information

#B778AC (or 0xB778AC) is unknown color: approx London Hue. HEX triplet: B7, 78 and AC. RGB value is (183,120,172). Sum of RGB (Red+Green+Blue) = 183+120+172=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B778AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778AC is #488753. Grayscale: #909090. Windows color (decimal): -4753236 or 11303095. OLE color: 11303095.

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

Color convert

RGB183120172-
CMYK00.340.060.28
HSL310.48º30.43%59.41%-
HSV(B)310.48º34.43%71.76%-
XYZ33.6926.4842.36-
YUV144.76143.37155.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=38.53%
G=25.26%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312017200.340.060.28310.4830.4359.41
HexB778AC02261C1361e3b
Octal2671702540426344663673
Binary1011011111110001010110001000101101110010011011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778AC; }

 p { color: rgb(183,120,172); }

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

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

 a { background-color: rgb(183,120,172); }

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

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

 span { border-color: rgb(183,120,172); }

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