#B580AD

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

Shades of London Hue #B580AD

Tints of London Hue #B580AD

Color information

#B580AD (or 0xB580AD) is unknown color: approx London Hue. HEX triplet: B5, 80 and AD. RGB value is (181,128,173). Sum of RGB (Red+Green+Blue) = 181+128+173=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B580AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B580AD is #4A7F52. Grayscale: #949494. Windows color (decimal): -4882259 or 11370677. OLE color: 11370677.

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

Color convert

RGB181128173-
CMYK00.290.040.29
HSL309.06º26.37%60.59%-
HSV(B)309.06º29.28%70.98%-
XYZ34.3228.2843.18-
YUV148.98141.56150.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=37.55%
G=26.56%
B=35.89%

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
Decimal18112817300.290.040.29309.0626.3760.59
HexB580AD01D41D1351a3d
Octal2652002550354354653275
Binary1011010110000000101011010111011001110110011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580AD; }

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

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

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

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

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

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

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

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