Shades of London Hue #B880B3
Tints of London Hue #B880B3
RGB
CMYK
RGB Variations
Color information
#B880B3 (or 0xB880B3) is known color: London Hue. HEX triplet: B8, 80 and B3. RGB value is (184,128,179). Sum of RGB (Red+Green+Blue) = 184+128+179=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B880B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880B3 is #477F4C. Grayscale: #969696. Windows color (decimal): -4685645 or 11763896. OLE color: 11763896.
HSL color Cylindrical-coordinate representation of color #B880B3: hue angle of 305.36º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B880B3 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 179 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.28 |
| HSL | 305.36º | 0.28% | 0.61% | - |
| HSV(B) | 305.36º | 0.3% | 0.72% | - |
| XYZ | 35.62 | 28.88 | 46.35 | - |
| YUV | 150.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 179 | 0 | 0.30 | 0.03 | 0.28 | 305.36 | 0.28 | 0.61 |
| Hex | B8 | 80 | B3 | 0 | 1E | 3 | 1C | 131 | 1C | 3D |
| Octal | 270 | 200 | 263 | 0 | 36 | 3 | 34 | 461 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10110011 | 0 | 11110 | 11 | 11100 | 100110001 | 11100 | 111101 |
Color Harmonies of #B880B3
Complementary color
Monochromatic Colors of #B880B3
Black with #B880B3
Text Example
Text Example
White with #B880B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880B3; }
p { color: rgb(184,128,179); }
H1.HeaderClassName
{
color: #B880B3;
}
.AnyTagClassName
{
color: #B880B3;
}
</style>
background-color css
<style>
a { background-color: #B880B3; }
a { background-color: rgb(184,128,179); }
div.DivClassName
{
background-color: #B880B3;
}
.BgClassName
{
background-color: #B880B3;
}
</style>
border-color css
<style>
span { border-color: #B880B3; }
span { border-color: rgb(184,128,179); }
td.TdClassName
{
border-color: #B880B3;
}
.TagClassName
{
border-color: #B880B3;
}
</style>