Shades of London Hue #B193B4
Tints of London Hue #B193B4
RGB
CMYK
RGB Variations
Color information
#B193B4 (or 0xB193B4) is known color: London Hue. HEX triplet: B1, 93 and B4. RGB value is (177,147,180). Sum of RGB (Red+Green+Blue) = 177+147+180=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #B193B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193B4 is #4E6C4B. Grayscale: #9F9F9F. Windows color (decimal): -5139532 or 11834289. OLE color: 11834289.
HSL color Cylindrical-coordinate representation of color #B193B4: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B193B4 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 147 | 180 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.29 |
| HSL | 294.55º | 0.18% | 0.64% | - |
| HSV(B) | 294.55º | 0.18% | 0.71% | - |
| XYZ | 36.8 | 33.51 | 47.71 | - |
| YUV | 159.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 180 | 0.02 | 0.18 | 0 | 0.29 | 294.55 | 0.18 | 0.64 |
| Hex | B1 | 93 | B4 | 2 | 12 | 0 | 1D | 127 | 12 | 40 |
| Octal | 261 | 223 | 264 | 2 | 22 | 0 | 35 | 447 | 22 | 100 |
| Binary | 10110001 | 10010011 | 10110100 | 10 | 10010 | 0 | 11101 | 100100111 | 10010 | 1000000 |
Color Harmonies of #B193B4
Complementary color
Monochromatic Colors of #B193B4
Black with #B193B4
Text Example
Text Example
White with #B193B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193B4; }
p { color: rgb(177,147,180); }
H1.HeaderClassName
{
color: #B193B4;
}
.AnyTagClassName
{
color: #B193B4;
}
</style>
background-color css
<style>
a { background-color: #B193B4; }
a { background-color: rgb(177,147,180); }
div.DivClassName
{
background-color: #B193B4;
}
.BgClassName
{
background-color: #B193B4;
}
</style>
border-color css
<style>
span { border-color: #B193B4; }
span { border-color: rgb(177,147,180); }
td.TdClassName
{
border-color: #B193B4;
}
.TagClassName
{
border-color: #B193B4;
}
</style>