Shades of London Hue #B57FAF
Tints of London Hue #B57FAF
RGB
CMYK
RGB Variations
Color information
#B57FAF (or 0xB57FAF) is known color: London Hue. HEX triplet: B5, 7F and AF. RGB value is (181,127,175). Sum of RGB (Red+Green+Blue) = 181+127+175=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FAF is #4A8050. Grayscale: #949494. Windows color (decimal): -4882513 or 11501493. OLE color: 11501493.
HSL color Cylindrical-coordinate representation of color #B57FAF: hue angle of 306.67º 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 #B57FAF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 175 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.29 |
| HSL | 306.67º | 0.27% | 0.6% | - |
| HSV(B) | 306.67º | 0.3% | 0.71% | - |
| XYZ | 34.38 | 28.1 | 44.17 | - |
| YUV | 148.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 175 | 0 | 0.30 | 0.03 | 0.29 | 306.67 | 0.27 | 0.6 |
| Hex | B5 | 7F | AF | 0 | 1E | 3 | 1D | 133 | 1B | 3C |
| Octal | 265 | 177 | 257 | 0 | 36 | 3 | 35 | 463 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10101111 | 0 | 11110 | 11 | 11101 | 100110011 | 11011 | 111100 |
Color Harmonies of #B57FAF
Complementary color
Monochromatic Colors of #B57FAF
Black with #B57FAF
Text Example
Text Example
White with #B57FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FAF; }
p { color: rgb(181,127,175); }
H1.HeaderClassName
{
color: #B57FAF;
}
.AnyTagClassName
{
color: #B57FAF;
}
</style>
background-color css
<style>
a { background-color: #B57FAF; }
a { background-color: rgb(181,127,175); }
div.DivClassName
{
background-color: #B57FAF;
}
.BgClassName
{
background-color: #B57FAF;
}
</style>
border-color css
<style>
span { border-color: #B57FAF; }
span { border-color: rgb(181,127,175); }
td.TdClassName
{
border-color: #B57FAF;
}
.TagClassName
{
border-color: #B57FAF;
}
</style>