Shades of London Hue #B497B3
Tints of London Hue #B497B3
RGB
CMYK
RGB Variations
Color information
#B497B3 (or 0xB497B3) is known color: London Hue. HEX triplet: B4, 97 and B3. RGB value is (180,151,179). Sum of RGB (Red+Green+Blue) = 180+151+179=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B497B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497B3 is #4B684C. Grayscale: #A2A2A2. Windows color (decimal): -4941901 or 11769780. OLE color: 11769780.
HSL color Cylindrical-coordinate representation of color #B497B3: hue angle of 302.07º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B497B3 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 179 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.29 |
| HSL | 302.07º | 0.16% | 0.65% | - |
| HSV(B) | 302.07º | 0.16% | 0.71% | - |
| XYZ | 38.03 | 35.09 | 47.42 | - |
| YUV | 162.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 179 | 0 | 0.16 | 0.01 | 0.29 | 302.07 | 0.16 | 0.65 |
| Hex | B4 | 97 | B3 | 0 | 10 | 1 | 1D | 12E | 10 | 41 |
| Octal | 264 | 227 | 263 | 0 | 20 | 1 | 35 | 456 | 20 | 101 |
| Binary | 10110100 | 10010111 | 10110011 | 0 | 10000 | 1 | 11101 | 100101110 | 10000 | 1000001 |
Color Harmonies of #B497B3
Complementary color
Monochromatic Colors of #B497B3
Black with #B497B3
Text Example
Text Example
White with #B497B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497B3; }
p { color: rgb(180,151,179); }
H1.HeaderClassName
{
color: #B497B3;
}
.AnyTagClassName
{
color: #B497B3;
}
</style>
background-color css
<style>
a { background-color: #B497B3; }
a { background-color: rgb(180,151,179); }
div.DivClassName
{
background-color: #B497B3;
}
.BgClassName
{
background-color: #B497B3;
}
</style>
border-color css
<style>
span { border-color: #B497B3; }
span { border-color: rgb(180,151,179); }
td.TdClassName
{
border-color: #B497B3;
}
.TagClassName
{
border-color: #B497B3;
}
</style>