Shades of London Hue #B280A9
Tints of London Hue #B280A9
RGB
CMYK
RGB Variations
Color information
#B280A9 (or 0xB280A9) is known color: London Hue. HEX triplet: B2, 80 and A9. RGB value is (178,128,169). Sum of RGB (Red+Green+Blue) = 178+128+169=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B280A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280A9 is #4D7F56. Grayscale: #939393. Windows color (decimal): -5078871 or 11108530. OLE color: 11108530.
HSL color Cylindrical-coordinate representation of color #B280A9: hue angle of 310.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B280A9 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 169 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.30 |
| HSL | 310.8º | 0.25% | 0.6% | - |
| HSV(B) | 310.8º | 0.28% | 0.7% | - |
| XYZ | 33.24 | 27.77 | 41.14 | - |
| YUV | 147.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 169 | 0 | 0.28 | 0.05 | 0.30 | 310.8 | 0.25 | 0.6 |
| Hex | B2 | 80 | A9 | 0 | 1C | 5 | 1E | 137 | 19 | 3C |
| Octal | 262 | 200 | 251 | 0 | 34 | 5 | 36 | 467 | 31 | 74 |
| Binary | 10110010 | 10000000 | 10101001 | 0 | 11100 | 101 | 11110 | 100110111 | 11001 | 111100 |
Color Harmonies of #B280A9
Complementary color
Monochromatic Colors of #B280A9
Black with #B280A9
Text Example
Text Example
White with #B280A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280A9; }
p { color: rgb(178,128,169); }
H1.HeaderClassName
{
color: #B280A9;
}
.AnyTagClassName
{
color: #B280A9;
}
</style>
background-color css
<style>
a { background-color: #B280A9; }
a { background-color: rgb(178,128,169); }
div.DivClassName
{
background-color: #B280A9;
}
.BgClassName
{
background-color: #B280A9;
}
</style>
border-color css
<style>
span { border-color: #B280A9; }
span { border-color: rgb(178,128,169); }
td.TdClassName
{
border-color: #B280A9;
}
.TagClassName
{
border-color: #B280A9;
}
</style>