Shades of London Hue #B190B3
Tints of London Hue #B190B3
RGB
CMYK
RGB Variations
Color information
#B190B3 (or 0xB190B3) is known color: London Hue. HEX triplet: B1, 90 and B3. RGB value is (177,144,179). Sum of RGB (Red+Green+Blue) = 177+144+179=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #B190B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190B3 is #4E6F4C. Grayscale: #9D9D9D. Windows color (decimal): -5140301 or 11767985. OLE color: 11767985.
HSL color Cylindrical-coordinate representation of color #B190B3: hue angle of 296.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B190B3 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 144 | 179 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.30 |
| HSL | 296.57º | 0.19% | 0.63% | - |
| HSV(B) | 296.57º | 0.2% | 0.7% | - |
| XYZ | 36.24 | 32.55 | 47.02 | - |
| YUV | 157.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 179 | 0.01 | 0.20 | 0 | 0.30 | 296.57 | 0.19 | 0.63 |
| Hex | B1 | 90 | B3 | 1 | 14 | 0 | 1E | 129 | 13 | 3F |
| Octal | 261 | 220 | 263 | 1 | 24 | 0 | 36 | 451 | 23 | 77 |
| Binary | 10110001 | 10010000 | 10110011 | 1 | 10100 | 0 | 11110 | 100101001 | 10011 | 111111 |
Color Harmonies of #B190B3
Complementary color
Monochromatic Colors of #B190B3
Black with #B190B3
Text Example
Text Example
White with #B190B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190B3; }
p { color: rgb(177,144,179); }
H1.HeaderClassName
{
color: #B190B3;
}
.AnyTagClassName
{
color: #B190B3;
}
</style>
background-color css
<style>
a { background-color: #B190B3; }
a { background-color: rgb(177,144,179); }
div.DivClassName
{
background-color: #B190B3;
}
.BgClassName
{
background-color: #B190B3;
}
</style>
border-color css
<style>
span { border-color: #B190B3; }
span { border-color: rgb(177,144,179); }
td.TdClassName
{
border-color: #B190B3;
}
.TagClassName
{
border-color: #B190B3;
}
</style>