Shades of London Hue #B491B3
Tints of London Hue #B491B3
RGB
CMYK
RGB Variations
Color information
#B491B3 (or 0xB491B3) is known color: London Hue. HEX triplet: B4, 91 and B3. RGB value is (180,145,179). Sum of RGB (Red+Green+Blue) = 180+145+179=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B491B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491B3 is #4B6E4C. Grayscale: #9F9F9F. Windows color (decimal): -4943437 or 11768244. OLE color: 11768244.
HSL color Cylindrical-coordinate representation of color #B491B3: hue angle of 301.71º 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 #B491B3 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 179 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.29 |
| HSL | 301.71º | 0.19% | 0.64% | - |
| HSV(B) | 301.71º | 0.19% | 0.71% | - |
| XYZ | 37.08 | 33.21 | 47.1 | - |
| YUV | 159.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 179 | 0 | 0.19 | 0.01 | 0.29 | 301.71 | 0.19 | 0.64 |
| Hex | B4 | 91 | B3 | 0 | 13 | 1 | 1D | 12E | 13 | 40 |
| Octal | 264 | 221 | 263 | 0 | 23 | 1 | 35 | 456 | 23 | 100 |
| Binary | 10110100 | 10010001 | 10110011 | 0 | 10011 | 1 | 11101 | 100101110 | 10011 | 1000000 |
Color Harmonies of #B491B3
Complementary color
Monochromatic Colors of #B491B3
Black with #B491B3
Text Example
Text Example
White with #B491B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491B3; }
p { color: rgb(180,145,179); }
H1.HeaderClassName
{
color: #B491B3;
}
.AnyTagClassName
{
color: #B491B3;
}
</style>
background-color css
<style>
a { background-color: #B491B3; }
a { background-color: rgb(180,145,179); }
div.DivClassName
{
background-color: #B491B3;
}
.BgClassName
{
background-color: #B491B3;
}
</style>
border-color css
<style>
span { border-color: #B491B3; }
span { border-color: rgb(180,145,179); }
td.TdClassName
{
border-color: #B491B3;
}
.TagClassName
{
border-color: #B491B3;
}
</style>