#B478AE

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

Shades of London Hue #B478AE

Tints of London Hue #B478AE

Color information

#B478AE (or 0xB478AE) is unknown color: approx London Hue. HEX triplet: B4, 78 and AE. RGB value is (180,120,174). Sum of RGB (Red+Green+Blue) = 180+120+174=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B478AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478AE is #4B8751. Grayscale: #8F8F8F. Windows color (decimal): -4949842 or 11434164. OLE color: 11434164.

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

Color convert

RGB180120174-
CMYK00.330.030.29
HSL306º28.57%58.82%-
HSV(B)306º33.33%70.59%-
XYZ33.1826.1943.35-
YUV144.1144.88153.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=37.97%
G=25.32%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012017400.330.030.2930628.5758.82
HexB478AE02131D1321d3b
Octal2641702560413354623573
Binary101101001111000101011100100001111110110011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B478AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B478AE; }

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

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

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

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

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

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

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

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