Shades of London Hue #B485B7
Tints of London Hue #B485B7
RGB
CMYK
RGB Variations
Color information
#B485B7 (or 0xB485B7) is known color: London Hue. HEX triplet: B4, 85 and B7. RGB value is (180,133,183). Sum of RGB (Red+Green+Blue) = 180+133+183=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #B485B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485B7 is #4B7A48. Grayscale: #989898. Windows color (decimal): -4946505 or 12027316. OLE color: 12027316.
HSL color Cylindrical-coordinate representation of color #B485B7: hue angle of 296.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B485B7 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 133 | 183 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.28 |
| HSL | 296.4º | 0.26% | 0.62% | - |
| HSV(B) | 296.4º | 0.27% | 0.72% | - |
| XYZ | 35.76 | 29.9 | 48.69 | - |
| YUV | 152.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 183 | 0.02 | 0.27 | 0 | 0.28 | 296.4 | 0.26 | 0.62 |
| Hex | B4 | 85 | B7 | 2 | 1B | 0 | 1C | 128 | 1A | 3E |
| Octal | 264 | 205 | 267 | 2 | 33 | 0 | 34 | 450 | 32 | 76 |
| Binary | 10110100 | 10000101 | 10110111 | 10 | 11011 | 0 | 11100 | 100101000 | 11010 | 111110 |
Color Harmonies of #B485B7
Complementary color
Monochromatic Colors of #B485B7
Black with #B485B7
Text Example
Text Example
White with #B485B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485B7; }
p { color: rgb(180,133,183); }
H1.HeaderClassName
{
color: #B485B7;
}
.AnyTagClassName
{
color: #B485B7;
}
</style>
background-color css
<style>
a { background-color: #B485B7; }
a { background-color: rgb(180,133,183); }
div.DivClassName
{
background-color: #B485B7;
}
.BgClassName
{
background-color: #B485B7;
}
</style>
border-color css
<style>
span { border-color: #B485B7; }
span { border-color: rgb(180,133,183); }
td.TdClassName
{
border-color: #B485B7;
}
.TagClassName
{
border-color: #B485B7;
}
</style>