#B580AF

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

Shades of London Hue #B580AF

Tints of London Hue #B580AF

Color information

#B580AF (or 0xB580AF) is unknown color: approx London Hue. HEX triplet: B5, 80 and AF. RGB value is (181,128,175). Sum of RGB (Red+Green+Blue) = 181+128+175=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B580AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B580AF is #4A7F50. Grayscale: #959595. Windows color (decimal): -4882257 or 11501749. OLE color: 11501749.

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

Color convert

RGB181128175-
CMYK00.290.030.29
HSL306.79º26.37%60.59%-
HSV(B)306.79º29.28%70.98%-
XYZ34.5128.3644.21-
YUV149.2142.56150.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=37.40%
G=26.45%
B=36.16%

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
Decimal18112817500.290.030.29306.7926.3760.59
HexB580AF01D31D1331a3d
Octal2652002570353354633275
Binary101101011000000010101111011101111110110011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580AF; }

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

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

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

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

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

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

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

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