Shades of London Hue #B280B4
Tints of London Hue #B280B4
RGB
CMYK
RGB Variations
Color information
#B280B4 (or 0xB280B4) is known color: London Hue. HEX triplet: B2, 80 and B4. RGB value is (178,128,180). Sum of RGB (Red+Green+Blue) = 178+128+180=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #B280B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280B4 is #4D7F4B. Grayscale: #949494. Windows color (decimal): -5078860 or 11829426. OLE color: 11829426.
HSL color Cylindrical-coordinate representation of color #B280B4: hue angle of 297.69º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B280B4 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 128 | 180 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.29 |
| HSL | 297.69º | 0.26% | 0.6% | - |
| HSV(B) | 297.69º | 0.29% | 0.71% | - |
| XYZ | 34.32 | 28.2 | 46.81 | - |
| YUV | 148.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 180 | 0.01 | 0.29 | 0 | 0.29 | 297.69 | 0.26 | 0.6 |
| Hex | B2 | 80 | B4 | 1 | 1D | 0 | 1D | 12A | 1A | 3C |
| Octal | 262 | 200 | 264 | 1 | 35 | 0 | 35 | 452 | 32 | 74 |
| Binary | 10110010 | 10000000 | 10110100 | 1 | 11101 | 0 | 11101 | 100101010 | 11010 | 111100 |
Color Harmonies of #B280B4
Complementary color
Monochromatic Colors of #B280B4
Black with #B280B4
Text Example
Text Example
White with #B280B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280B4; }
p { color: rgb(178,128,180); }
H1.HeaderClassName
{
color: #B280B4;
}
.AnyTagClassName
{
color: #B280B4;
}
</style>
background-color css
<style>
a { background-color: #B280B4; }
a { background-color: rgb(178,128,180); }
div.DivClassName
{
background-color: #B280B4;
}
.BgClassName
{
background-color: #B280B4;
}
</style>
border-color css
<style>
span { border-color: #B280B4; }
span { border-color: rgb(178,128,180); }
td.TdClassName
{
border-color: #B280B4;
}
.TagClassName
{
border-color: #B280B4;
}
</style>