Shades of London Hue #B582B3
Tints of London Hue #B582B3
RGB
CMYK
RGB Variations
Color information
#B582B3 (or 0xB582B3) is known color: London Hue. HEX triplet: B5, 82 and B3. RGB value is (181,130,179). Sum of RGB (Red+Green+Blue) = 181+130+179=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B582B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582B3 is #4A7D4C. Grayscale: #969696. Windows color (decimal): -4881741 or 11764405. OLE color: 11764405.
HSL color Cylindrical-coordinate representation of color #B582B3: hue angle of 302.35º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B582B3 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 179 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.29 |
| HSL | 302.35º | 0.26% | 0.61% | - |
| HSV(B) | 302.35º | 0.28% | 0.71% | - |
| XYZ | 35.18 | 29.04 | 46.4 | - |
| YUV | 150.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 179 | 0 | 0.28 | 0.01 | 0.29 | 302.35 | 0.26 | 0.61 |
| Hex | B5 | 82 | B3 | 0 | 1C | 1 | 1D | 12E | 1A | 3D |
| Octal | 265 | 202 | 263 | 0 | 34 | 1 | 35 | 456 | 32 | 75 |
| Binary | 10110101 | 10000010 | 10110011 | 0 | 11100 | 1 | 11101 | 100101110 | 11010 | 111101 |
Color Harmonies of #B582B3
Complementary color
Monochromatic Colors of #B582B3
Black with #B582B3
Text Example
Text Example
White with #B582B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B582B3; }
p { color: rgb(181,130,179); }
H1.HeaderClassName
{
color: #B582B3;
}
.AnyTagClassName
{
color: #B582B3;
}
</style>
background-color css
<style>
a { background-color: #B582B3; }
a { background-color: rgb(181,130,179); }
div.DivClassName
{
background-color: #B582B3;
}
.BgClassName
{
background-color: #B582B3;
}
</style>
border-color css
<style>
span { border-color: #B582B3; }
span { border-color: rgb(181,130,179); }
td.TdClassName
{
border-color: #B582B3;
}
.TagClassName
{
border-color: #B582B3;
}
</style>