Shades of London Hue #B582B9
Tints of London Hue #B582B9
RGB
CMYK
RGB Variations
Color information
#B582B9 (or 0xB582B9) is known color: 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
| RGB | 181 | 130 | 185 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.27 |
| HSL | 295.64º | 0.28% | 0.62% | - |
| HSV(B) | 295.64º | 0.3% | 0.73% | - |
| XYZ | 35.8 | 29.29 | 49.67 | - |
| YUV | 151.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 185 | 0.02 | 0.30 | 0 | 0.27 | 295.64 | 0.28 | 0.62 |
| Hex | B5 | 82 | B9 | 2 | 1E | 0 | 1B | 128 | 1C | 3E |
| Octal | 265 | 202 | 271 | 2 | 36 | 0 | 33 | 450 | 34 | 76 |
| Binary | 10110101 | 10000010 | 10111001 | 10 | 11110 | 0 | 11011 | 100101000 | 11100 | 111110 |
Color Harmonies of #B582B9
Complementary color
Monochromatic Colors of #B582B9
Black with #B582B9
Text Example
Text Example
White with #B582B9
Text Example
Text Example
HTML Codes & Css Web 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>