#B47FAF

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

Shades of London Hue #B47FAF

Tints of London Hue #B47FAF

Color information

#B47FAF (or 0xB47FAF) is unknown color: approx London Hue. HEX triplet: B4, 7F and AF. RGB value is (180,127,175). Sum of RGB (Red+Green+Blue) = 180+127+175=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FAF is #4B8050. Grayscale: #949494. Windows color (decimal): -4948049 or 11501492. OLE color: 11501492.

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

Color convert

RGB180127175-
CMYK00.290.030.29
HSL305.66º26.11%60.2%-
HSV(B)305.66º29.44%70.59%-
XYZ34.1527.9844.16-
YUV148.32143.06150.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=37.34%
G=26.35%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012717500.290.030.29305.6626.1160.2
HexB47FAF01D31D1321a3c
Octal2641772570353354623274
Binary10110100111111110101111011101111110110011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FAF; }

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

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

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

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

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

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

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

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