Shades of London Hue #B980B1
Tints of London Hue #B980B1
RGB
CMYK
RGB Variations
Color information
#B980B1 (or 0xB980B1) is known color: London Hue. HEX triplet: B9, 80 and B1. RGB value is (185,128,177). Sum of RGB (Red+Green+Blue) = 185+128+177=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B980B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980B1 is #467F4E. Grayscale: #969696. Windows color (decimal): -4620111 or 11632825. OLE color: 11632825.
HSL color Cylindrical-coordinate representation of color #B980B1: hue angle of 308.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B980B1 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 177 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.27 |
| HSL | 308.42º | 0.29% | 0.61% | - |
| HSV(B) | 308.42º | 0.31% | 0.73% | - |
| XYZ | 35.66 | 28.93 | 45.3 | - |
| YUV | 150.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 177 | 0 | 0.31 | 0.04 | 0.27 | 308.42 | 0.29 | 0.61 |
| Hex | B9 | 80 | B1 | 0 | 1F | 4 | 1B | 134 | 1D | 3D |
| Octal | 271 | 200 | 261 | 0 | 37 | 4 | 33 | 464 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10110001 | 0 | 11111 | 100 | 11011 | 100110100 | 11101 | 111101 |
Color Harmonies of #B980B1
Complementary color
Monochromatic Colors of #B980B1
Black with #B980B1
Text Example
Text Example
White with #B980B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B980B1; }
p { color: rgb(185,128,177); }
H1.HeaderClassName
{
color: #B980B1;
}
.AnyTagClassName
{
color: #B980B1;
}
</style>
background-color css
<style>
a { background-color: #B980B1; }
a { background-color: rgb(185,128,177); }
div.DivClassName
{
background-color: #B980B1;
}
.BgClassName
{
background-color: #B980B1;
}
</style>
border-color css
<style>
span { border-color: #B980B1; }
span { border-color: rgb(185,128,177); }
td.TdClassName
{
border-color: #B980B1;
}
.TagClassName
{
border-color: #B980B1;
}
</style>