Shades of London Hue #B290B4
Tints of London Hue #B290B4
RGB
CMYK
RGB Variations
Color information
#B290B4 (or 0xB290B4) is known color: London Hue. HEX triplet: B2, 90 and B4. RGB value is (178,144,180). Sum of RGB (Red+Green+Blue) = 178+144+180=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #B290B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290B4 is #4D6F4B. Grayscale: #9E9E9E. Windows color (decimal): -5074764 or 11833522. OLE color: 11833522.
HSL color Cylindrical-coordinate representation of color #B290B4: hue angle of 296.67º 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 #B290B4 is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 144 | 180 | - |
| CMYK | 0.01 | 0.2 | 0 | 0.29 |
| HSL | 296.67º | 0.19% | 0.64% | - |
| HSV(B) | 296.67º | 0.2% | 0.71% | - |
| XYZ | 36.57 | 32.71 | 47.57 | - |
| YUV | 158.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 180 | 0.01 | 0.2 | 0 | 0.29 | 296.67 | 0.19 | 0.64 |
| Hex | B2 | 90 | B4 | 1 | 14 | 0 | 1D | 129 | 13 | 40 |
| Octal | 262 | 220 | 264 | 1 | 24 | 0 | 35 | 451 | 23 | 100 |
| Binary | 10110010 | 10010000 | 10110100 | 1 | 10100 | 0 | 11101 | 100101001 | 10011 | 1000000 |
Color Harmonies of #B290B4
Complementary color
Monochromatic Colors of #B290B4
Black with #B290B4
Text Example
Text Example
White with #B290B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290B4; }
p { color: rgb(178,144,180); }
H1.HeaderClassName
{
color: #B290B4;
}
.AnyTagClassName
{
color: #B290B4;
}
</style>
background-color css
<style>
a { background-color: #B290B4; }
a { background-color: rgb(178,144,180); }
div.DivClassName
{
background-color: #B290B4;
}
.BgClassName
{
background-color: #B290B4;
}
</style>
border-color css
<style>
span { border-color: #B290B4; }
span { border-color: rgb(178,144,180); }
td.TdClassName
{
border-color: #B290B4;
}
.TagClassName
{
border-color: #B290B4;
}
</style>