Shades of London Hue #B393A8
Tints of London Hue #B393A8
RGB
CMYK
RGB Variations
Color information
#B393A8 (or 0xB393A8) is known color: London Hue. HEX triplet: B3, 93 and A8. RGB value is (179,147,168). Sum of RGB (Red+Green+Blue) = 179+147+168=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B393A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393A8 is #4C6C57. Grayscale: #9E9E9E. Windows color (decimal): -5008472 or 11047859. OLE color: 11047859.
HSL color Cylindrical-coordinate representation of color #B393A8: hue angle of 320.62º 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 #B393A8 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 147 | 168 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.30 |
| HSL | 320.63º | 0.17% | 0.64% | - |
| HSV(B) | 320.63º | 0.18% | 0.7% | - |
| XYZ | 36.09 | 33.28 | 41.57 | - |
| YUV | 158.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 168 | 0 | 0.18 | 0.06 | 0.30 | 320.63 | 0.17 | 0.64 |
| Hex | B3 | 93 | A8 | 0 | 12 | 6 | 1E | 141 | 11 | 40 |
| Octal | 263 | 223 | 250 | 0 | 22 | 6 | 36 | 501 | 21 | 100 |
| Binary | 10110011 | 10010011 | 10101000 | 0 | 10010 | 110 | 11110 | 101000001 | 10001 | 1000000 |
Color Harmonies of #B393A8
Complementary color
Monochromatic Colors of #B393A8
Black with #B393A8
Text Example
Text Example
White with #B393A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393A8; }
p { color: rgb(179,147,168); }
H1.HeaderClassName
{
color: #B393A8;
}
.AnyTagClassName
{
color: #B393A8;
}
</style>
background-color css
<style>
a { background-color: #B393A8; }
a { background-color: rgb(179,147,168); }
div.DivClassName
{
background-color: #B393A8;
}
.BgClassName
{
background-color: #B393A8;
}
</style>
border-color css
<style>
span { border-color: #B393A8; }
span { border-color: rgb(179,147,168); }
td.TdClassName
{
border-color: #B393A8;
}
.TagClassName
{
border-color: #B393A8;
}
</style>