#B778AE

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

Shades of London Hue #B778AE

Tints of London Hue #B778AE

Color information

#B778AE (or 0xB778AE) is unknown color: approx London Hue. HEX triplet: B7, 78 and AE. RGB value is (183,120,174). Sum of RGB (Red+Green+Blue) = 183+120+174=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B778AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778AE is #488751. Grayscale: #909090. Windows color (decimal): -4753234 or 11434167. OLE color: 11434167.

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

Color convert

RGB183120174-
CMYK00.340.050.28
HSL308.57º30.43%59.41%-
HSV(B)308.57º34.43%71.76%-
XYZ33.8826.5643.38-
YUV144.99144.37155.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=38.36%
G=25.16%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312017400.340.050.28308.5730.4359.41
HexB778AE02251C1351e3b
Octal2671702560425344653673
Binary1011011111110001010111001000101011110010011010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778AE; }

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

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

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

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

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

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

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

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