Shades of London Hue #B581B5
Tints of London Hue #B581B5
RGB
CMYK
RGB Variations
Color information
#B581B5 (or 0xB581B5) is known color: London Hue. HEX triplet: B5, 81 and B5. RGB value is (181,129,181). Sum of RGB (Red+Green+Blue) = 181+129+181=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B581B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581B5 is #4A7E4A. Grayscale: #969696. Windows color (decimal): -4881995 or 11895221. OLE color: 11895221.
HSL color Cylindrical-coordinate representation of color #B581B5: hue angle of 300º 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 #B581B5 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 181 | - |
| CMYK | 0 | 0.29 | 0 | 0.29 |
| HSL | 300º | 0.26% | 0.61% | - |
| HSV(B) | 300º | 0.29% | 0.71% | - |
| XYZ | 35.25 | 28.86 | 47.43 | - |
| YUV | 150.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 181 | 0 | 0.29 | 0 | 0.29 | 300 | 0.26 | 0.61 |
| Hex | B5 | 81 | B5 | 0 | 1D | 0 | 1D | 12C | 1A | 3D |
| Octal | 265 | 201 | 265 | 0 | 35 | 0 | 35 | 454 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10110101 | 0 | 11101 | 0 | 11101 | 100101100 | 11010 | 111101 |
Color Harmonies of #B581B5
Complementary color
Monochromatic Colors of #B581B5
Black with #B581B5
Text Example
Text Example
White with #B581B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B581B5; }
p { color: rgb(181,129,181); }
H1.HeaderClassName
{
color: #B581B5;
}
.AnyTagClassName
{
color: #B581B5;
}
</style>
background-color css
<style>
a { background-color: #B581B5; }
a { background-color: rgb(181,129,181); }
div.DivClassName
{
background-color: #B581B5;
}
.BgClassName
{
background-color: #B581B5;
}
</style>
border-color css
<style>
span { border-color: #B581B5; }
span { border-color: rgb(181,129,181); }
td.TdClassName
{
border-color: #B581B5;
}
.TagClassName
{
border-color: #B581B5;
}
</style>