Shades of London Hue #B57BB9
Tints of London Hue #B57BB9
RGB
CMYK
RGB Variations
Color information
#B57BB9 (or 0xB57BB9) is known color: London Hue. HEX triplet: B5, 7B and B9. RGB value is (181,123,185). Sum of RGB (Red+Green+Blue) = 181+123+185=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #B57BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BB9 is #4A8446. Grayscale: #939393. Windows color (decimal): -4883527 or 12155829. OLE color: 12155829.
HSL color Cylindrical-coordinate representation of color #B57BB9: hue angle of 296.13º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57BB9 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 123 | 185 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.27 |
| HSL | 296.13º | 0.31% | 0.6% | - |
| HSV(B) | 296.13º | 0.34% | 0.73% | - |
| XYZ | 34.9 | 27.49 | 49.37 | - |
| YUV | 147.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 185 | 0.02 | 0.34 | 0 | 0.27 | 296.13 | 0.31 | 0.6 |
| Hex | B5 | 7B | B9 | 2 | 22 | 0 | 1B | 128 | 1F | 3C |
| Octal | 265 | 173 | 271 | 2 | 42 | 0 | 33 | 450 | 37 | 74 |
| Binary | 10110101 | 1111011 | 10111001 | 10 | 100010 | 0 | 11011 | 100101000 | 11111 | 111100 |
Color Harmonies of #B57BB9
Complementary color
Monochromatic Colors of #B57BB9
Black with #B57BB9
Text Example
Text Example
White with #B57BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BB9; }
p { color: rgb(181,123,185); }
H1.HeaderClassName
{
color: #B57BB9;
}
.AnyTagClassName
{
color: #B57BB9;
}
</style>
background-color css
<style>
a { background-color: #B57BB9; }
a { background-color: rgb(181,123,185); }
div.DivClassName
{
background-color: #B57BB9;
}
.BgClassName
{
background-color: #B57BB9;
}
</style>
border-color css
<style>
span { border-color: #B57BB9; }
span { border-color: rgb(181,123,185); }
td.TdClassName
{
border-color: #B57BB9;
}
.TagClassName
{
border-color: #B57BB9;
}
</style>