#B580AE

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

Shades of London Hue #B580AE

Tints of London Hue #B580AE

Color information

#B580AE (or 0xB580AE) is unknown color: approx London Hue. HEX triplet: B5, 80 and AE. RGB value is (181,128,174). Sum of RGB (Red+Green+Blue) = 181+128+174=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B580AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B580AE is #4A7F51. Grayscale: #949494. Windows color (decimal): -4882258 or 11436213. OLE color: 11436213.

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

Color convert

RGB181128174-
CMYK00.290.040.29
HSL307.92º26.37%60.59%-
HSV(B)307.92º29.28%70.98%-
XYZ34.4228.3243.7-
YUV149.09142.06150.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=37.47%
G=26.50%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112817400.290.040.29307.9226.3760.59
HexB580AE01D41D1341a3d
Octal2652002560354354643275
Binary1011010110000000101011100111011001110110011010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580AE; }

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

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

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

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

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

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

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

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