Shades of London Hue #B490B4
Tints of London Hue #B490B4
RGB
CMYK
RGB Variations
Color information
#B490B4 (or 0xB490B4) is known color: London Hue. HEX triplet: B4, 90 and B4. RGB value is (180,144,180). Sum of RGB (Red+Green+Blue) = 180+144+180=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B490B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490B4 is #4B6F4B. Grayscale: #9E9E9E. Windows color (decimal): -4943692 or 11833524. OLE color: 11833524.
HSL color Cylindrical-coordinate representation of color #B490B4: 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.2%. Process color model (Four color, CMYK) of #B490B4 is Cyan = 0, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 180 | - |
| CMYK | 0 | 0.2 | 0 | 0.29 |
| HSL | 300º | 0.19% | 0.64% | - |
| HSV(B) | 300º | 0.2% | 0.71% | - |
| XYZ | 37.03 | 32.95 | 47.59 | - |
| YUV | 158.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 180 | 0 | 0.2 | 0 | 0.29 | 300 | 0.19 | 0.64 |
| Hex | B4 | 90 | B4 | 0 | 14 | 0 | 1D | 12C | 13 | 40 |
| Octal | 264 | 220 | 264 | 0 | 24 | 0 | 35 | 454 | 23 | 100 |
| Binary | 10110100 | 10010000 | 10110100 | 0 | 10100 | 0 | 11101 | 100101100 | 10011 | 1000000 |
Color Harmonies of #B490B4
Complementary color
Monochromatic Colors of #B490B4
Black with #B490B4
Text Example
Text Example
White with #B490B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B490B4; }
p { color: rgb(180,144,180); }
H1.HeaderClassName
{
color: #B490B4;
}
.AnyTagClassName
{
color: #B490B4;
}
</style>
background-color css
<style>
a { background-color: #B490B4; }
a { background-color: rgb(180,144,180); }
div.DivClassName
{
background-color: #B490B4;
}
.BgClassName
{
background-color: #B490B4;
}
</style>
border-color css
<style>
span { border-color: #B490B4; }
span { border-color: rgb(180,144,180); }
td.TdClassName
{
border-color: #B490B4;
}
.TagClassName
{
border-color: #B490B4;
}
</style>