Shades of London Hue #B392A8
Tints of London Hue #B392A8
RGB
CMYK
RGB Variations
Color information
#B392A8 (or 0xB392A8) is known color: London Hue. HEX triplet: B3, 92 and A8. RGB value is (179,146,168). Sum of RGB (Red+Green+Blue) = 179+146+168=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B392A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B392A8 is #4C6D57. Grayscale: #9E9E9E. Windows color (decimal): -5008728 or 11047603. OLE color: 11047603.
HSL color Cylindrical-coordinate representation of color #B392A8: hue angle of 320º degrees, saturation: 0.18, 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 #B392A8 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 168 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.30 |
| HSL | 320º | 0.18% | 0.64% | - |
| HSV(B) | 320º | 0.18% | 0.7% | - |
| XYZ | 35.94 | 32.97 | 41.52 | - |
| YUV | 158.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 168 | 0 | 0.18 | 0.06 | 0.30 | 320 | 0.18 | 0.64 |
| Hex | B3 | 92 | A8 | 0 | 12 | 6 | 1E | 140 | 12 | 40 |
| Octal | 263 | 222 | 250 | 0 | 22 | 6 | 36 | 500 | 22 | 100 |
| Binary | 10110011 | 10010010 | 10101000 | 0 | 10010 | 110 | 11110 | 101000000 | 10010 | 1000000 |
Color Harmonies of #B392A8
Complementary color
Monochromatic Colors of #B392A8
Black with #B392A8
Text Example
Text Example
White with #B392A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B392A8; }
p { color: rgb(179,146,168); }
H1.HeaderClassName
{
color: #B392A8;
}
.AnyTagClassName
{
color: #B392A8;
}
</style>
background-color css
<style>
a { background-color: #B392A8; }
a { background-color: rgb(179,146,168); }
div.DivClassName
{
background-color: #B392A8;
}
.BgClassName
{
background-color: #B392A8;
}
</style>
border-color css
<style>
span { border-color: #B392A8; }
span { border-color: rgb(179,146,168); }
td.TdClassName
{
border-color: #B392A8;
}
.TagClassName
{
border-color: #B392A8;
}
</style>