#B475AD

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

Shades of London Hue #B475AD

Tints of London Hue #B475AD

Color information

#B475AD (or 0xB475AD) is unknown color: approx London Hue. HEX triplet: B4, 75 and AD. RGB value is (180,117,173). Sum of RGB (Red+Green+Blue) = 180+117+173=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B475AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B475AD is #4B8A52. Grayscale: #8E8E8E. Windows color (decimal): -4950611 or 11367860. OLE color: 11367860.

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

Color convert

RGB180117173-
CMYK00.350.040.29
HSL306.67º29.58%58.24%-
HSV(B)306.67º35%70.59%-
XYZ32.7325.4442.72-
YUV142.22145.37154.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=38.30%
G=24.89%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011717300.350.040.29306.6729.5858.24
HexB475AD02341D1331e3a
Octal2641652550434354633672
Binary1011010011101011010110101000111001110110011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475AD; }

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

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

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

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

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

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

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

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