Shades of London Hue #B492B0
Tints of London Hue #B492B0
RGB
CMYK
RGB Variations
Color information
#B492B0 (or 0xB492B0) is known color: London Hue. HEX triplet: B4, 92 and B0. RGB value is (180,146,176). Sum of RGB (Red+Green+Blue) = 180+146+176=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B492B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492B0 is #4B6D4F. Grayscale: #9F9F9F. Windows color (decimal): -4943184 or 11571892. OLE color: 11571892.
HSL color Cylindrical-coordinate representation of color #B492B0: hue angle of 307.06º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B492B0 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 176 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.29 |
| HSL | 307.06º | 0.18% | 0.64% | - |
| HSV(B) | 307.06º | 0.19% | 0.71% | - |
| XYZ | 36.94 | 33.4 | 45.57 | - |
| YUV | 159.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 176 | 0 | 0.19 | 0.02 | 0.29 | 307.06 | 0.18 | 0.64 |
| Hex | B4 | 92 | B0 | 0 | 13 | 2 | 1D | 133 | 12 | 40 |
| Octal | 264 | 222 | 260 | 0 | 23 | 2 | 35 | 463 | 22 | 100 |
| Binary | 10110100 | 10010010 | 10110000 | 0 | 10011 | 10 | 11101 | 100110011 | 10010 | 1000000 |
Color Harmonies of #B492B0
Complementary color
Monochromatic Colors of #B492B0
Black with #B492B0
Text Example
Text Example
White with #B492B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B492B0; }
p { color: rgb(180,146,176); }
H1.HeaderClassName
{
color: #B492B0;
}
.AnyTagClassName
{
color: #B492B0;
}
</style>
background-color css
<style>
a { background-color: #B492B0; }
a { background-color: rgb(180,146,176); }
div.DivClassName
{
background-color: #B492B0;
}
.BgClassName
{
background-color: #B492B0;
}
</style>
border-color css
<style>
span { border-color: #B492B0; }
span { border-color: rgb(180,146,176); }
td.TdClassName
{
border-color: #B492B0;
}
.TagClassName
{
border-color: #B492B0;
}
</style>