Shades of London Hue #B49FB4
Tints of London Hue #B49FB4
RGB
CMYK
RGB Variations
Color information
#B49FB4 (or 0xB49FB4) is known color: London Hue. HEX triplet: B4, 9F and B4. RGB value is (180,159,180). Sum of RGB (Red+Green+Blue) = 180+159+180=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B49FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FB4 is #4B604B. Grayscale: #A7A7A7. Windows color (decimal): -4939852 or 11837364. OLE color: 11837364.
HSL color Cylindrical-coordinate representation of color #B49FB4: hue angle of 300º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49FB4 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 159 | 180 | - |
CMYK | 0 | 0.12 | 0 | 0.29 |
HSL | 300º | 0.12% | 0.66% | - |
HSV(B) | 300º | 0.12% | 0.71% | - |
XYZ | 39.46 | 37.79 | 48.4 | - |
YUV | 167.67 | 134.96 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 159 | 180 | 0 | 0.12 | 0 | 0.29 | 300 | 0.12 | 0.66 |
Hex | B4 | 9F | B4 | 0 | C | 0 | 1D | 12C | C | 42 |
Octal | 264 | 237 | 264 | 0 | 14 | 0 | 35 | 454 | 14 | 102 |
Binary | 10110100 | 10011111 | 10110100 | 0 | 1100 | 0 | 11101 | 100101100 | 1100 | 1000010 |
Color Harmonies of #B49FB4
Complementary color
Monochromatic Colors of #B49FB4
Black with #B49FB4
Text Example
Text Example
White with #B49FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49FB4; }
p { color: rgb(180,159,180); }
H1.HeaderClassName
{
color: #B49FB4;
}
.AnyTagClassName
{
color: #B49FB4;
}
</style>
background-color css
<style>
a { background-color: #B49FB4; }
a { background-color: rgb(180,159,180); }
div.DivClassName
{
background-color: #B49FB4;
}
.BgClassName
{
background-color: #B49FB4;
}
</style>
border-color css
<style>
span { border-color: #B49FB4; }
span { border-color: rgb(180,159,180); }
td.TdClassName
{
border-color: #B49FB4;
}
.TagClassName
{
border-color: #B49FB4;
}
</style>