Shades of London Hue #B57CB7
Tints of London Hue #B57CB7
RGB
CMYK
RGB Variations
Color information
#B57CB7 (or 0xB57CB7) is known color: London Hue. HEX triplet: B5, 7C and B7. RGB value is (181,124,183). Sum of RGB (Red+Green+Blue) = 181+124+183=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #B57CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CB7 is #4A8348. Grayscale: #939393. Windows color (decimal): -4883273 or 12025013. OLE color: 12025013.
HSL color Cylindrical-coordinate representation of color #B57CB7: hue angle of 297.97º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57CB7 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 124 | 183 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.28 |
| HSL | 297.97º | 0.29% | 0.6% | - |
| HSV(B) | 297.97º | 0.32% | 0.72% | - |
| XYZ | 34.81 | 27.66 | 48.3 | - |
| YUV | 147.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 183 | 0.01 | 0.32 | 0 | 0.28 | 297.97 | 0.29 | 0.6 |
| Hex | B5 | 7C | B7 | 1 | 20 | 0 | 1C | 12A | 1D | 3C |
| Octal | 265 | 174 | 267 | 1 | 40 | 0 | 34 | 452 | 35 | 74 |
| Binary | 10110101 | 1111100 | 10110111 | 1 | 100000 | 0 | 11100 | 100101010 | 11101 | 111100 |
Color Harmonies of #B57CB7
Complementary color
Monochromatic Colors of #B57CB7
Black with #B57CB7
Text Example
Text Example
White with #B57CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CB7; }
p { color: rgb(181,124,183); }
H1.HeaderClassName
{
color: #B57CB7;
}
.AnyTagClassName
{
color: #B57CB7;
}
</style>
background-color css
<style>
a { background-color: #B57CB7; }
a { background-color: rgb(181,124,183); }
div.DivClassName
{
background-color: #B57CB7;
}
.BgClassName
{
background-color: #B57CB7;
}
</style>
border-color css
<style>
span { border-color: #B57CB7; }
span { border-color: rgb(181,124,183); }
td.TdClassName
{
border-color: #B57CB7;
}
.TagClassName
{
border-color: #B57CB7;
}
</style>