Shades of London Hue #B391B1
Tints of London Hue #B391B1
RGB
CMYK
RGB Variations
Color information
#B391B1 (or 0xB391B1) is known color: London Hue. HEX triplet: B3, 91 and B1. RGB value is (179,145,177). Sum of RGB (Red+Green+Blue) = 179+145+177=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B391B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B391B1 is #4C6E4E. Grayscale: #9E9E9E. Windows color (decimal): -5008975 or 11637171. OLE color: 11637171.
HSL color Cylindrical-coordinate representation of color #B391B1: hue angle of 303.53º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B391B1 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 177 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.30 |
| HSL | 303.53º | 0.18% | 0.64% | - |
| HSV(B) | 303.53º | 0.19% | 0.7% | - |
| XYZ | 36.65 | 33.01 | 46.03 | - |
| YUV | 158.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 177 | 0 | 0.19 | 0.01 | 0.30 | 303.53 | 0.18 | 0.64 |
| Hex | B3 | 91 | B1 | 0 | 13 | 1 | 1E | 130 | 12 | 40 |
| Octal | 263 | 221 | 261 | 0 | 23 | 1 | 36 | 460 | 22 | 100 |
| Binary | 10110011 | 10010001 | 10110001 | 0 | 10011 | 1 | 11110 | 100110000 | 10010 | 1000000 |
Color Harmonies of #B391B1
Complementary color
Monochromatic Colors of #B391B1
Black with #B391B1
Text Example
Text Example
White with #B391B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B391B1; }
p { color: rgb(179,145,177); }
H1.HeaderClassName
{
color: #B391B1;
}
.AnyTagClassName
{
color: #B391B1;
}
</style>
background-color css
<style>
a { background-color: #B391B1; }
a { background-color: rgb(179,145,177); }
div.DivClassName
{
background-color: #B391B1;
}
.BgClassName
{
background-color: #B391B1;
}
</style>
border-color css
<style>
span { border-color: #B391B1; }
span { border-color: rgb(179,145,177); }
td.TdClassName
{
border-color: #B391B1;
}
.TagClassName
{
border-color: #B391B1;
}
</style>