Shades of London Hue #B192B1
Tints of London Hue #B192B1
RGB
CMYK
RGB Variations
Color information
#B192B1 (or 0xB192B1) is known color: London Hue. HEX triplet: B1, 92 and B1. RGB value is (177,146,177). Sum of RGB (Red+Green+Blue) = 177+146+177=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B192B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192B1 is #4E6D4E. Grayscale: #9E9E9E. Windows color (decimal): -5139791 or 11637425. OLE color: 11637425.
HSL color Cylindrical-coordinate representation of color #B192B1: hue angle of 300º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B192B1 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 177 | - |
| CMYK | 0 | 0.18 | 0 | 0.31 |
| HSL | 300º | 0.17% | 0.63% | - |
| HSV(B) | 300º | 0.18% | 0.69% | - |
| XYZ | 36.35 | 33.08 | 46.06 | - |
| YUV | 158.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 177 | 0 | 0.18 | 0 | 0.31 | 300 | 0.17 | 0.63 |
| Hex | B1 | 92 | B1 | 0 | 12 | 0 | 1F | 12C | 11 | 3F |
| Octal | 261 | 222 | 261 | 0 | 22 | 0 | 37 | 454 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10110001 | 0 | 10010 | 0 | 11111 | 100101100 | 10001 | 111111 |
Color Harmonies of #B192B1
Complementary color
Monochromatic Colors of #B192B1
Black with #B192B1
Text Example
Text Example
White with #B192B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192B1; }
p { color: rgb(177,146,177); }
H1.HeaderClassName
{
color: #B192B1;
}
.AnyTagClassName
{
color: #B192B1;
}
</style>
background-color css
<style>
a { background-color: #B192B1; }
a { background-color: rgb(177,146,177); }
div.DivClassName
{
background-color: #B192B1;
}
.BgClassName
{
background-color: #B192B1;
}
</style>
border-color css
<style>
span { border-color: #B192B1; }
span { border-color: rgb(177,146,177); }
td.TdClassName
{
border-color: #B192B1;
}
.TagClassName
{
border-color: #B192B1;
}
</style>