Shades of London Hue #B492B4
Tints of London Hue #B492B4
RGB
CMYK
RGB Variations
Color information
#B492B4 (or 0xB492B4) is known color: London Hue. HEX triplet: B4, 92 and B4. RGB value is (180,146,180). Sum of RGB (Red+Green+Blue) = 180+146+180=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B492B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492B4 is #4B6D4B. Grayscale: #9F9F9F. Windows color (decimal): -4943180 or 11834036. OLE color: 11834036.
HSL color Cylindrical-coordinate representation of color #B492B4: hue angle of 300º 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 #B492B4 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 180 | - |
| CMYK | 0 | 0.19 | 0 | 0.29 |
| HSL | 300º | 0.18% | 0.64% | - |
| HSV(B) | 300º | 0.19% | 0.71% | - |
| XYZ | 37.34 | 33.56 | 47.69 | - |
| YUV | 160.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 180 | 0 | 0.19 | 0 | 0.29 | 300 | 0.18 | 0.64 |
| Hex | B4 | 92 | B4 | 0 | 13 | 0 | 1D | 12C | 12 | 40 |
| Octal | 264 | 222 | 264 | 0 | 23 | 0 | 35 | 454 | 22 | 100 |
| Binary | 10110100 | 10010010 | 10110100 | 0 | 10011 | 0 | 11101 | 100101100 | 10010 | 1000000 |
Color Harmonies of #B492B4
Complementary color
Monochromatic Colors of #B492B4
Black with #B492B4
Text Example
Text Example
White with #B492B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B492B4; }
p { color: rgb(180,146,180); }
H1.HeaderClassName
{
color: #B492B4;
}
.AnyTagClassName
{
color: #B492B4;
}
</style>
background-color css
<style>
a { background-color: #B492B4; }
a { background-color: rgb(180,146,180); }
div.DivClassName
{
background-color: #B492B4;
}
.BgClassName
{
background-color: #B492B4;
}
</style>
border-color css
<style>
span { border-color: #B492B4; }
span { border-color: rgb(180,146,180); }
td.TdClassName
{
border-color: #B492B4;
}
.TagClassName
{
border-color: #B492B4;
}
</style>