#B478AC

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

Shades of London Hue #B478AC

Tints of London Hue #B478AC

Color information

#B478AC (or 0xB478AC) is unknown color: approx London Hue. HEX triplet: B4, 78 and AC. RGB value is (180,120,172). Sum of RGB (Red+Green+Blue) = 180+120+172=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B478AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478AC is #4B8753. Grayscale: #8F8F8F. Windows color (decimal): -4949844 or 11303092. OLE color: 11303092.

HSL color Cylindrical-coordinate representation of color #B478AC: hue angle of 308º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B478AC is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180120172-
CMYK00.330.040.29
HSL308º28.57%58.82%-
HSV(B)308º33.33%70.59%-
XYZ32.9926.1142.33-
YUV143.87143.88153.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=38.14%
G=25.42%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012017200.330.040.2930828.5758.82
HexB478AC02141D1341d3b
Octal2641702540414354643573
Binary1011010011110001010110001000011001110110011010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B478AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B478AC; }

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

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

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

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

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

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

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

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