#B478AD

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

Shades of London Hue #B478AD

Tints of London Hue #B478AD

Color information

#B478AD (or 0xB478AD) is unknown color: approx London Hue. HEX triplet: B4, 78 and AD. RGB value is (180,120,173). Sum of RGB (Red+Green+Blue) = 180+120+173=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B478AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478AD is #4B8752. Grayscale: #8F8F8F. Windows color (decimal): -4949843 or 11368628. OLE color: 11368628.

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

Color convert

RGB180120173-
CMYK00.330.040.29
HSL307º28.57%58.82%-
HSV(B)307º33.33%70.59%-
XYZ33.0826.1542.84-
YUV143.98144.38153.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=38.05%
G=25.37%
B=36.58%

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
Decimal18012017300.330.040.2930728.5758.82
HexB478AD02141D1331d3b
Octal2641702550414354633573
Binary1011010011110001010110101000011001110110011001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B478AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B478AD; }

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

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

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

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

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

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

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

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