Shades of London Hue #B491B4
Tints of London Hue #B491B4
RGB
CMYK
RGB Variations
Color information
#B491B4 (or 0xB491B4) is known color: London Hue. HEX triplet: B4, 91 and B4. RGB value is (180,145,180). Sum of RGB (Red+Green+Blue) = 180+145+180=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B491B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491B4 is #4B6E4B. Grayscale: #9F9F9F. Windows color (decimal): -4943436 or 11833780. OLE color: 11833780.
HSL color Cylindrical-coordinate representation of color #B491B4: hue angle of 300º 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 #B491B4 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 180 | - |
| CMYK | 0 | 0.19 | 0 | 0.29 |
| HSL | 300º | 0.19% | 0.64% | - |
| HSV(B) | 300º | 0.19% | 0.71% | - |
| XYZ | 37.19 | 33.25 | 47.64 | - |
| YUV | 159.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 180 | 0 | 0.19 | 0 | 0.29 | 300 | 0.19 | 0.64 |
| Hex | B4 | 91 | B4 | 0 | 13 | 0 | 1D | 12C | 13 | 40 |
| Octal | 264 | 221 | 264 | 0 | 23 | 0 | 35 | 454 | 23 | 100 |
| Binary | 10110100 | 10010001 | 10110100 | 0 | 10011 | 0 | 11101 | 100101100 | 10011 | 1000000 |
Color Harmonies of #B491B4
Complementary color
Monochromatic Colors of #B491B4
Black with #B491B4
Text Example
Text Example
White with #B491B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491B4; }
p { color: rgb(180,145,180); }
H1.HeaderClassName
{
color: #B491B4;
}
.AnyTagClassName
{
color: #B491B4;
}
</style>
background-color css
<style>
a { background-color: #B491B4; }
a { background-color: rgb(180,145,180); }
div.DivClassName
{
background-color: #B491B4;
}
.BgClassName
{
background-color: #B491B4;
}
</style>
border-color css
<style>
span { border-color: #B491B4; }
span { border-color: rgb(180,145,180); }
td.TdClassName
{
border-color: #B491B4;
}
.TagClassName
{
border-color: #B491B4;
}
</style>