#B580B6

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

Shades of London Hue #B580B6

Tints of London Hue #B580B6

Color information

#B580B6 (or 0xB580B6) is unknown color: approx London Hue. HEX triplet: B5, 80 and B6. RGB value is (181,128,182). Sum of RGB (Red+Green+Blue) = 181+128+182=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #B580B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580B6 is #4A7F49. Grayscale: #959595. Windows color (decimal): -4882250 or 11960501. OLE color: 11960501.

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

Color convert

RGB181128182-
CMYK0.010.3000.29
HSL298.89º27%60.78%-
HSV(B)298.89º29.67%71.37%-
XYZ35.2228.6447.93-
YUV150146.06150.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=36.86%
G=26.07%
B=37.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811281820.010.3000.29298.892760.78
HexB580B611E01D12b1b3d
Octal2652002661360354533375
Binary10110101100000001011011011111001110110010101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580B6; }

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

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

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

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

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

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

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

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