#B475AB

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

Shades of London Hue #B475AB

Tints of London Hue #B475AB

Color information

#B475AB (or 0xB475AB) is unknown color: approx London Hue. HEX triplet: B4, 75 and AB. RGB value is (180,117,171). Sum of RGB (Red+Green+Blue) = 180+117+171=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B475AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B475AB is #4B8A54. Grayscale: #8D8D8D. Windows color (decimal): -4950613 or 11236788. OLE color: 11236788.

HSL color Cylindrical-coordinate representation of color #B475AB: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B475AB is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180117171-
CMYK00.350.050.29
HSL308.57º29.58%58.24%-
HSV(B)308.57º35%70.59%-
XYZ32.5325.3741.71-
YUV141.99144.37155.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=38.46%
G=25%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011717100.350.050.29308.5729.5858.24
HexB475AB02351D1351e3a
Octal2641652530435354653672
Binary1011010011101011010101101000111011110110011010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475AB; }

 p { color: rgb(180,117,171); }

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

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

 a { background-color: rgb(180,117,171); }

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

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

 span { border-color: rgb(180,117,171); }

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