#B582B9

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

Shades of London Hue #B582B9

Tints of London Hue #B582B9

Color information

#B582B9 (or 0xB582B9) is unknown color: approx London Hue. HEX triplet: B5, 82 and B9. RGB value is (181,130,185). Sum of RGB (Red+Green+Blue) = 181+130+185=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #B582B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582B9 is #4A7D46. Grayscale: #979797. Windows color (decimal): -4881735 or 12157621. OLE color: 12157621.

HSL color Cylindrical-coordinate representation of color #B582B9: hue angle of 295.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B582B9 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181130185-
CMYK0.020.3000.27
HSL295.64º28.21%61.76%-
HSV(B)295.64º29.73%72.55%-
XYZ35.829.2949.67-
YUV151.52146.9149.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 185 (72.66% from 255) = 37.30%
R=36.49%
G=26.21%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811301850.020.3000.27295.6428.2161.76
HexB582B921E01B1281c3e
Octal2652022712360334503476
Binary101101011000001010111001101111001101110010100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582B9; }

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

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

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

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

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

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

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

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