Shades of London Hue #B292B0
Tints of London Hue #B292B0
RGB
CMYK
RGB Variations
Color information
#B292B0 (or 0xB292B0) is known color: London Hue. HEX triplet: B2, 92 and B0. RGB value is (178,146,176). Sum of RGB (Red+Green+Blue) = 178+146+176=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B292B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B292B0 is #4D6D4F. Grayscale: #9E9E9E. Windows color (decimal): -5074256 or 11571890. OLE color: 11571890.
HSL color Cylindrical-coordinate representation of color #B292B0: hue angle of 303.75º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B292B0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 176 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.30 |
| HSL | 303.75º | 0.17% | 0.64% | - |
| HSV(B) | 303.75º | 0.18% | 0.7% | - |
| XYZ | 36.48 | 33.16 | 45.55 | - |
| YUV | 158.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 176 | 0 | 0.18 | 0.01 | 0.30 | 303.75 | 0.17 | 0.64 |
| Hex | B2 | 92 | B0 | 0 | 12 | 1 | 1E | 130 | 11 | 40 |
| Octal | 262 | 222 | 260 | 0 | 22 | 1 | 36 | 460 | 21 | 100 |
| Binary | 10110010 | 10010010 | 10110000 | 0 | 10010 | 1 | 11110 | 100110000 | 10001 | 1000000 |
Color Harmonies of #B292B0
Complementary color
Monochromatic Colors of #B292B0
Black with #B292B0
Text Example
Text Example
White with #B292B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292B0; }
p { color: rgb(178,146,176); }
H1.HeaderClassName
{
color: #B292B0;
}
.AnyTagClassName
{
color: #B292B0;
}
</style>
background-color css
<style>
a { background-color: #B292B0; }
a { background-color: rgb(178,146,176); }
div.DivClassName
{
background-color: #B292B0;
}
.BgClassName
{
background-color: #B292B0;
}
</style>
border-color css
<style>
span { border-color: #B292B0; }
span { border-color: rgb(178,146,176); }
td.TdClassName
{
border-color: #B292B0;
}
.TagClassName
{
border-color: #B292B0;
}
</style>