Shades of London Hue #B193B5
Tints of London Hue #B193B5
RGB
CMYK
RGB Variations
Color information
#B193B5 (or 0xB193B5) is known color: London Hue. HEX triplet: B1, 93 and B5. RGB value is (177,147,181). Sum of RGB (Red+Green+Blue) = 177+147+181=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #B193B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193B5 is #4E6C4A. Grayscale: #9F9F9F. Windows color (decimal): -5139531 or 11899825. OLE color: 11899825.
HSL color Cylindrical-coordinate representation of color #B193B5: hue angle of 292.94º degrees, saturation: 0.19, 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 #B193B5 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 147 | 181 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.29 |
| HSL | 292.94º | 0.19% | 0.64% | - |
| HSV(B) | 292.94º | 0.19% | 0.71% | - |
| XYZ | 36.91 | 33.55 | 48.25 | - |
| YUV | 159.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 181 | 0.02 | 0.19 | 0 | 0.29 | 292.94 | 0.19 | 0.64 |
| Hex | B1 | 93 | B5 | 2 | 13 | 0 | 1D | 125 | 13 | 40 |
| Octal | 261 | 223 | 265 | 2 | 23 | 0 | 35 | 445 | 23 | 100 |
| Binary | 10110001 | 10010011 | 10110101 | 10 | 10011 | 0 | 11101 | 100100101 | 10011 | 1000000 |
Color Harmonies of #B193B5
Complementary color
Monochromatic Colors of #B193B5
Black with #B193B5
Text Example
Text Example
White with #B193B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193B5; }
p { color: rgb(177,147,181); }
H1.HeaderClassName
{
color: #B193B5;
}
.AnyTagClassName
{
color: #B193B5;
}
</style>
background-color css
<style>
a { background-color: #B193B5; }
a { background-color: rgb(177,147,181); }
div.DivClassName
{
background-color: #B193B5;
}
.BgClassName
{
background-color: #B193B5;
}
</style>
border-color css
<style>
span { border-color: #B193B5; }
span { border-color: rgb(177,147,181); }
td.TdClassName
{
border-color: #B193B5;
}
.TagClassName
{
border-color: #B193B5;
}
</style>