Shades of London Hue #B485A8
Tints of London Hue #B485A8
RGB
CMYK
RGB Variations
Color information
#B485A8 (or 0xB485A8) is known color: London Hue. HEX triplet: B4, 85 and A8. RGB value is (180,133,168). Sum of RGB (Red+Green+Blue) = 180+133+168=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B485A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B485A8 is #4B7A57. Grayscale: #969696. Windows color (decimal): -4946520 or 11044276. OLE color: 11044276.
HSL color Cylindrical-coordinate representation of color #B485A8: hue angle of 315.32º 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 #B485A8 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 168 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.29 |
| HSL | 315.32º | 0.24% | 0.61% | - |
| HSV(B) | 315.32º | 0.26% | 0.71% | - |
| XYZ | 34.28 | 29.31 | 40.9 | - |
| YUV | 151.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 168 | 0 | 0.26 | 0.07 | 0.29 | 315.32 | 0.24 | 0.61 |
| Hex | B4 | 85 | A8 | 0 | 1A | 7 | 1D | 13B | 18 | 3D |
| Octal | 264 | 205 | 250 | 0 | 32 | 7 | 35 | 473 | 30 | 75 |
| Binary | 10110100 | 10000101 | 10101000 | 0 | 11010 | 111 | 11101 | 100111011 | 11000 | 111101 |
Color Harmonies of #B485A8
Complementary color
Monochromatic Colors of #B485A8
Black with #B485A8
Text Example
Text Example
White with #B485A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485A8; }
p { color: rgb(180,133,168); }
H1.HeaderClassName
{
color: #B485A8;
}
.AnyTagClassName
{
color: #B485A8;
}
</style>
background-color css
<style>
a { background-color: #B485A8; }
a { background-color: rgb(180,133,168); }
div.DivClassName
{
background-color: #B485A8;
}
.BgClassName
{
background-color: #B485A8;
}
</style>
border-color css
<style>
span { border-color: #B485A8; }
span { border-color: rgb(180,133,168); }
td.TdClassName
{
border-color: #B485A8;
}
.TagClassName
{
border-color: #B485A8;
}
</style>