Shades of London Hue #B393B6
Tints of London Hue #B393B6
RGB
CMYK
RGB Variations
Color information
#B393B6 (or 0xB393B6) is known color: London Hue. HEX triplet: B3, 93 and B6. RGB value is (179,147,182). Sum of RGB (Red+Green+Blue) = 179+147+182=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #B393B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393B6 is #4C6C49. Grayscale: #A0A0A0. Windows color (decimal): -5008458 or 11965363. OLE color: 11965363.
HSL color Cylindrical-coordinate representation of color #B393B6: hue angle of 294.86º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B393B6 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 147 | 182 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.29 |
| HSL | 294.86º | 0.19% | 0.65% | - |
| HSV(B) | 294.86º | 0.19% | 0.71% | - |
| XYZ | 37.47 | 33.83 | 48.81 | - |
| YUV | 160.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 182 | 0.02 | 0.19 | 0 | 0.29 | 294.86 | 0.19 | 0.65 |
| Hex | B3 | 93 | B6 | 2 | 13 | 0 | 1D | 127 | 13 | 41 |
| Octal | 263 | 223 | 266 | 2 | 23 | 0 | 35 | 447 | 23 | 101 |
| Binary | 10110011 | 10010011 | 10110110 | 10 | 10011 | 0 | 11101 | 100100111 | 10011 | 1000001 |
Color Harmonies of #B393B6
Complementary color
Monochromatic Colors of #B393B6
Black with #B393B6
Text Example
Text Example
White with #B393B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393B6; }
p { color: rgb(179,147,182); }
H1.HeaderClassName
{
color: #B393B6;
}
.AnyTagClassName
{
color: #B393B6;
}
</style>
background-color css
<style>
a { background-color: #B393B6; }
a { background-color: rgb(179,147,182); }
div.DivClassName
{
background-color: #B393B6;
}
.BgClassName
{
background-color: #B393B6;
}
</style>
border-color css
<style>
span { border-color: #B393B6; }
span { border-color: rgb(179,147,182); }
td.TdClassName
{
border-color: #B393B6;
}
.TagClassName
{
border-color: #B393B6;
}
</style>