Shades of London Hue #B284A9
Tints of London Hue #B284A9
RGB
CMYK
RGB Variations
Color information
#B284A9 (or 0xB284A9) is known color: London Hue. HEX triplet: B2, 84 and A9. RGB value is (178,132,169). Sum of RGB (Red+Green+Blue) = 178+132+169=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B284A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B284A9 is #4D7B56. Grayscale: #959595. Windows color (decimal): -5077847 or 11109554. OLE color: 11109554.
HSL color Cylindrical-coordinate representation of color #B284A9: hue angle of 311.74º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B284A9 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 169 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.30 |
| HSL | 311.74º | 0.23% | 0.61% | - |
| HSV(B) | 311.74º | 0.26% | 0.7% | - |
| XYZ | 33.77 | 28.83 | 41.32 | - |
| YUV | 149.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 169 | 0 | 0.26 | 0.05 | 0.30 | 311.74 | 0.23 | 0.61 |
| Hex | B2 | 84 | A9 | 0 | 1A | 5 | 1E | 138 | 17 | 3D |
| Octal | 262 | 204 | 251 | 0 | 32 | 5 | 36 | 470 | 27 | 75 |
| Binary | 10110010 | 10000100 | 10101001 | 0 | 11010 | 101 | 11110 | 100111000 | 10111 | 111101 |
Color Harmonies of #B284A9
Complementary color
Monochromatic Colors of #B284A9
Black with #B284A9
Text Example
Text Example
White with #B284A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B284A9; }
p { color: rgb(178,132,169); }
H1.HeaderClassName
{
color: #B284A9;
}
.AnyTagClassName
{
color: #B284A9;
}
</style>
background-color css
<style>
a { background-color: #B284A9; }
a { background-color: rgb(178,132,169); }
div.DivClassName
{
background-color: #B284A9;
}
.BgClassName
{
background-color: #B284A9;
}
</style>
border-color css
<style>
span { border-color: #B284A9; }
span { border-color: rgb(178,132,169); }
td.TdClassName
{
border-color: #B284A9;
}
.TagClassName
{
border-color: #B284A9;
}
</style>