Shades of London Hue #B492AF
Tints of London Hue #B492AF
RGB
CMYK
RGB Variations
Color information
#B492AF (or 0xB492AF) is known color: London Hue. HEX triplet: B4, 92 and AF. RGB value is (180,146,175). Sum of RGB (Red+Green+Blue) = 180+146+175=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B492AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492AF is #4B6D50. Grayscale: #9F9F9F. Windows color (decimal): -4943185 or 11506356. OLE color: 11506356.
HSL color Cylindrical-coordinate representation of color #B492AF: hue angle of 308.82º 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 #B492AF is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 175 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.29 |
| HSL | 308.82º | 0.18% | 0.64% | - |
| HSV(B) | 308.82º | 0.19% | 0.71% | - |
| XYZ | 36.84 | 33.36 | 45.05 | - |
| YUV | 159.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 175 | 0 | 0.19 | 0.03 | 0.29 | 308.82 | 0.18 | 0.64 |
| Hex | B4 | 92 | AF | 0 | 13 | 3 | 1D | 135 | 12 | 40 |
| Octal | 264 | 222 | 257 | 0 | 23 | 3 | 35 | 465 | 22 | 100 |
| Binary | 10110100 | 10010010 | 10101111 | 0 | 10011 | 11 | 11101 | 100110101 | 10010 | 1000000 |
Color Harmonies of #B492AF
Complementary color
Monochromatic Colors of #B492AF
Black with #B492AF
Text Example
Text Example
White with #B492AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B492AF; }
p { color: rgb(180,146,175); }
H1.HeaderClassName
{
color: #B492AF;
}
.AnyTagClassName
{
color: #B492AF;
}
</style>
background-color css
<style>
a { background-color: #B492AF; }
a { background-color: rgb(180,146,175); }
div.DivClassName
{
background-color: #B492AF;
}
.BgClassName
{
background-color: #B492AF;
}
</style>
border-color css
<style>
span { border-color: #B492AF; }
span { border-color: rgb(180,146,175); }
td.TdClassName
{
border-color: #B492AF;
}
.TagClassName
{
border-color: #B492AF;
}
</style>