Shades of London Hue #B57DB5
Tints of London Hue #B57DB5
RGB
CMYK
RGB Variations
Color information
#B57DB5 (or 0xB57DB5) is known color: London Hue. HEX triplet: B5, 7D and B5. RGB value is (181,125,181). Sum of RGB (Red+Green+Blue) = 181+125+181=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B57DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DB5 is #4A824A. Grayscale: #939393. Windows color (decimal): -4883019 or 11894197. OLE color: 11894197.
HSL color Cylindrical-coordinate representation of color #B57DB5: hue angle of 300º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57DB5 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 181 | - |
| CMYK | 0 | 0.31 | 0 | 0.29 |
| HSL | 300º | 0.27% | 0.6% | - |
| HSV(B) | 300º | 0.31% | 0.71% | - |
| XYZ | 34.73 | 27.83 | 47.26 | - |
| YUV | 148.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 181 | 0 | 0.31 | 0 | 0.29 | 300 | 0.27 | 0.6 |
| Hex | B5 | 7D | B5 | 0 | 1F | 0 | 1D | 12C | 1B | 3C |
| Octal | 265 | 175 | 265 | 0 | 37 | 0 | 35 | 454 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10110101 | 0 | 11111 | 0 | 11101 | 100101100 | 11011 | 111100 |
Color Harmonies of #B57DB5
Complementary color
Monochromatic Colors of #B57DB5
Black with #B57DB5
Text Example
Text Example
White with #B57DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DB5; }
p { color: rgb(181,125,181); }
H1.HeaderClassName
{
color: #B57DB5;
}
.AnyTagClassName
{
color: #B57DB5;
}
</style>
background-color css
<style>
a { background-color: #B57DB5; }
a { background-color: rgb(181,125,181); }
div.DivClassName
{
background-color: #B57DB5;
}
.BgClassName
{
background-color: #B57DB5;
}
</style>
border-color css
<style>
span { border-color: #B57DB5; }
span { border-color: rgb(181,125,181); }
td.TdClassName
{
border-color: #B57DB5;
}
.TagClassName
{
border-color: #B57DB5;
}
</style>