#B475AE

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

Shades of London Hue #B475AE

Tints of London Hue #B475AE

Color information

#B475AE (or 0xB475AE) is unknown color: approx London Hue. HEX triplet: B4, 75 and AE. RGB value is (180,117,174). Sum of RGB (Red+Green+Blue) = 180+117+174=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B475AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B475AE is #4B8A51. Grayscale: #8E8E8E. Windows color (decimal): -4950610 or 11433396. OLE color: 11433396.

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

Color convert

RGB180117174-
CMYK00.350.030.29
HSL305.71º29.58%58.24%-
HSV(B)305.71º35%70.59%-
XYZ32.8225.4843.23-
YUV142.34145.87154.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=38.22%
G=24.84%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011717400.350.030.29305.7129.5858.24
HexB475AE02331D1321e3a
Octal2641652560433354623672
Binary101101001110101101011100100011111110110011001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475AE; }

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

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

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

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

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

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

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

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