Shades of London Hue #B57FB0
Tints of London Hue #B57FB0
RGB
CMYK
RGB Variations
Color information
#B57FB0 (or 0xB57FB0) is known color: London Hue. HEX triplet: B5, 7F and B0. RGB value is (181,127,176). Sum of RGB (Red+Green+Blue) = 181+127+176=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FB0 is #4A804F. Grayscale: #949494. Windows color (decimal): -4882512 or 11567029. OLE color: 11567029.
HSL color Cylindrical-coordinate representation of color #B57FB0: hue angle of 305.56º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57FB0 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 176 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.29 |
| HSL | 305.56º | 0.27% | 0.6% | - |
| HSV(B) | 305.56º | 0.3% | 0.71% | - |
| XYZ | 34.48 | 28.14 | 44.69 | - |
| YUV | 148.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 176 | 0 | 0.30 | 0.03 | 0.29 | 305.56 | 0.27 | 0.6 |
| Hex | B5 | 7F | B0 | 0 | 1E | 3 | 1D | 132 | 1B | 3C |
| Octal | 265 | 177 | 260 | 0 | 36 | 3 | 35 | 462 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10110000 | 0 | 11110 | 11 | 11101 | 100110010 | 11011 | 111100 |
Color Harmonies of #B57FB0
Complementary color
Monochromatic Colors of #B57FB0
Black with #B57FB0
Text Example
Text Example
White with #B57FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FB0; }
p { color: rgb(181,127,176); }
H1.HeaderClassName
{
color: #B57FB0;
}
.AnyTagClassName
{
color: #B57FB0;
}
</style>
background-color css
<style>
a { background-color: #B57FB0; }
a { background-color: rgb(181,127,176); }
div.DivClassName
{
background-color: #B57FB0;
}
.BgClassName
{
background-color: #B57FB0;
}
</style>
border-color css
<style>
span { border-color: #B57FB0; }
span { border-color: rgb(181,127,176); }
td.TdClassName
{
border-color: #B57FB0;
}
.TagClassName
{
border-color: #B57FB0;
}
</style>