#B580B9

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

Shades of London Hue #B580B9

Tints of London Hue #B580B9

Color information

#B580B9 (or 0xB580B9) is unknown color: approx London Hue. HEX triplet: B5, 80 and B9. RGB value is (181,128,185). Sum of RGB (Red+Green+Blue) = 181+128+185=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #B580B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580B9 is #4A7F46. Grayscale: #969696. Windows color (decimal): -4882247 or 12157109. OLE color: 12157109.

HSL color Cylindrical-coordinate representation of color #B580B9: hue angle of 295.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B580B9 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181128185-
CMYK0.020.3100.27
HSL295.79º28.93%61.37%-
HSV(B)295.79º30.81%72.55%-
XYZ35.5328.7649.58-
YUV150.34147.56149.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=36.64%
G=25.91%
B=37.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811281850.020.3100.27295.7928.9361.37
HexB580B921F01B1281d3d
Octal2652002712370334503575
Binary101101011000000010111001101111101101110010100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580B9; }

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

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

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

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

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

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

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

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