#B474AF

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

Shades of London Hue #B474AF

Tints of London Hue #B474AF

Color information

#B474AF (or 0xB474AF) is unknown color: approx London Hue. HEX triplet: B4, 74 and AF. RGB value is (180,116,175). Sum of RGB (Red+Green+Blue) = 180+116+175=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B474AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B474AF is #4B8B50. Grayscale: #8D8D8D. Windows color (decimal): -4950865 or 11498676. OLE color: 11498676.

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

Color convert

RGB180116175-
CMYK00.360.030.29
HSL304.69º29.91%58.04%-
HSV(B)304.69º35.56%70.59%-
XYZ32.8125.2943.71-
YUV141.86146.7155.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=38.22%
G=24.63%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011617500.360.030.29304.6929.9158.04
HexB474AF02431D1311e3a
Octal2641642570443354613672
Binary101101001110100101011110100100111110110011000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474AF; }

 p { color: rgb(180,116,175); }

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

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

 a { background-color: rgb(180,116,175); }

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

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

 span { border-color: rgb(180,116,175); }

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