#B579AF

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

Shades of London Hue #B579AF

Tints of London Hue #B579AF

Color information

#B579AF (or 0xB579AF) is unknown color: approx London Hue. HEX triplet: B5, 79 and AF. RGB value is (181,121,175). Sum of RGB (Red+Green+Blue) = 181+121+175=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B579AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B579AF is #4A8650. Grayscale: #909090. Windows color (decimal): -4884049 or 11499957. OLE color: 11499957.

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

Color convert

RGB181121175-
CMYK00.330.030.29
HSL306º28.85%59.22%-
HSV(B)306º33.15%70.98%-
XYZ33.6326.5943.92-
YUV145.1144.88153.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=37.95%
G=25.37%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112117500.330.030.2930628.8559.22
HexB579AF02131D1321d3b
Octal2651712570413354623573
Binary101101011111001101011110100001111110110011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B579AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B579AF; }

 p { color: rgb(181,121,175); }

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

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

 a { background-color: rgb(181,121,175); }

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

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

 span { border-color: rgb(181,121,175); }

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