Shades of London Hue #B485B2
Tints of London Hue #B485B2
RGB
CMYK
RGB Variations
Color information
#B485B2 (or 0xB485B2) is known color: London Hue. HEX triplet: B4, 85 and B2. RGB value is (180,133,178). Sum of RGB (Red+Green+Blue) = 180+133+178=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B485B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B485B2 is #4B7A4D. Grayscale: #989898. Windows color (decimal): -4946510 or 11699636. OLE color: 11699636.
HSL color Cylindrical-coordinate representation of color #B485B2: hue angle of 302.55º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B485B2 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 178 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.29 |
| HSL | 302.55º | 0.24% | 0.61% | - |
| HSV(B) | 302.55º | 0.26% | 0.71% | - |
| XYZ | 35.25 | 29.69 | 45.99 | - |
| YUV | 152.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 178 | 0 | 0.26 | 0.01 | 0.29 | 302.55 | 0.24 | 0.61 |
| Hex | B4 | 85 | B2 | 0 | 1A | 1 | 1D | 12F | 18 | 3D |
| Octal | 264 | 205 | 262 | 0 | 32 | 1 | 35 | 457 | 30 | 75 |
| Binary | 10110100 | 10000101 | 10110010 | 0 | 11010 | 1 | 11101 | 100101111 | 11000 | 111101 |
Color Harmonies of #B485B2
Complementary color
Monochromatic Colors of #B485B2
Black with #B485B2
Text Example
Text Example
White with #B485B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485B2; }
p { color: rgb(180,133,178); }
H1.HeaderClassName
{
color: #B485B2;
}
.AnyTagClassName
{
color: #B485B2;
}
</style>
background-color css
<style>
a { background-color: #B485B2; }
a { background-color: rgb(180,133,178); }
div.DivClassName
{
background-color: #B485B2;
}
.BgClassName
{
background-color: #B485B2;
}
</style>
border-color css
<style>
span { border-color: #B485B2; }
span { border-color: rgb(180,133,178); }
td.TdClassName
{
border-color: #B485B2;
}
.TagClassName
{
border-color: #B485B2;
}
</style>