Shades of London Hue #B980B4
Tints of London Hue #B980B4
RGB
CMYK
RGB Variations
Color information
#B980B4 (or 0xB980B4) is known color: London Hue. HEX triplet: B9, 80 and B4. RGB value is (185,128,180). Sum of RGB (Red+Green+Blue) = 185+128+180=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B980B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980B4 is #467F4B. Grayscale: #969696. Windows color (decimal): -4620108 or 11829433. OLE color: 11829433.
HSL color Cylindrical-coordinate representation of color #B980B4: hue angle of 305.26º 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 #B980B4 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 180 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.27 |
| HSL | 305.26º | 0.29% | 0.61% | - |
| HSV(B) | 305.26º | 0.31% | 0.73% | - |
| XYZ | 35.96 | 29.05 | 46.89 | - |
| YUV | 150.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 180 | 0 | 0.31 | 0.03 | 0.27 | 305.26 | 0.29 | 0.61 |
| Hex | B9 | 80 | B4 | 0 | 1F | 3 | 1B | 131 | 1D | 3D |
| Octal | 271 | 200 | 264 | 0 | 37 | 3 | 33 | 461 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10110100 | 0 | 11111 | 11 | 11011 | 100110001 | 11101 | 111101 |
Color Harmonies of #B980B4
Complementary color
Monochromatic Colors of #B980B4
Black with #B980B4
Text Example
Text Example
White with #B980B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B980B4; }
p { color: rgb(185,128,180); }
H1.HeaderClassName
{
color: #B980B4;
}
.AnyTagClassName
{
color: #B980B4;
}
</style>
background-color css
<style>
a { background-color: #B980B4; }
a { background-color: rgb(185,128,180); }
div.DivClassName
{
background-color: #B980B4;
}
.BgClassName
{
background-color: #B980B4;
}
</style>
border-color css
<style>
span { border-color: #B980B4; }
span { border-color: rgb(185,128,180); }
td.TdClassName
{
border-color: #B980B4;
}
.TagClassName
{
border-color: #B980B4;
}
</style>