#B580B1

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

Shades of London Hue #B580B1

Tints of London Hue #B580B1

Color information

#B580B1 (or 0xB580B1) is unknown color: approx London Hue. HEX triplet: B5, 80 and B1. RGB value is (181,128,177). Sum of RGB (Red+Green+Blue) = 181+128+177=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B580B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B580B1 is #4A7F4E. Grayscale: #959595. Windows color (decimal): -4882255 or 11632821. OLE color: 11632821.

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

Color convert

RGB181128177-
CMYK00.290.020.29
HSL304.53º26.37%60.59%-
HSV(B)304.53º29.28%70.98%-
XYZ34.7128.4445.25-
YUV149.43143.56150.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=37.24%
G=26.34%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112817700.290.020.29304.5326.3760.59
HexB580B101D21D1311a3d
Octal2652002610352354613275
Binary101101011000000010110001011101101110110011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580B1; }

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

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

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

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

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

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

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

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