Shades of London Hue #B491B2
Tints of London Hue #B491B2
RGB
CMYK
RGB Variations
Color information
#B491B2 (or 0xB491B2) is known color: London Hue. HEX triplet: B4, 91 and B2. RGB value is (180,145,178). Sum of RGB (Red+Green+Blue) = 180+145+178=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B491B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B491B2 is #4B6E4D. Grayscale: #9F9F9F. Windows color (decimal): -4943438 or 11702708. OLE color: 11702708.
HSL color Cylindrical-coordinate representation of color #B491B2: hue angle of 303.43º 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 #B491B2 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 178 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.29 |
| HSL | 303.43º | 0.19% | 0.64% | - |
| HSV(B) | 303.43º | 0.19% | 0.71% | - |
| XYZ | 36.98 | 33.17 | 46.57 | - |
| YUV | 159.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 178 | 0 | 0.19 | 0.01 | 0.29 | 303.43 | 0.19 | 0.64 |
| Hex | B4 | 91 | B2 | 0 | 13 | 1 | 1D | 12F | 13 | 40 |
| Octal | 264 | 221 | 262 | 0 | 23 | 1 | 35 | 457 | 23 | 100 |
| Binary | 10110100 | 10010001 | 10110010 | 0 | 10011 | 1 | 11101 | 100101111 | 10011 | 1000000 |
Color Harmonies of #B491B2
Complementary color
Monochromatic Colors of #B491B2
Black with #B491B2
Text Example
Text Example
White with #B491B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491B2; }
p { color: rgb(180,145,178); }
H1.HeaderClassName
{
color: #B491B2;
}
.AnyTagClassName
{
color: #B491B2;
}
</style>
background-color css
<style>
a { background-color: #B491B2; }
a { background-color: rgb(180,145,178); }
div.DivClassName
{
background-color: #B491B2;
}
.BgClassName
{
background-color: #B491B2;
}
</style>
border-color css
<style>
span { border-color: #B491B2; }
span { border-color: rgb(180,145,178); }
td.TdClassName
{
border-color: #B491B2;
}
.TagClassName
{
border-color: #B491B2;
}
</style>