Shades of London Hue #B979BC
Tints of London Hue #B979BC
RGB
CMYK
RGB Variations
Color information
#B979BC (or 0xB979BC) is known color: London Hue. HEX triplet: B9, 79 and BC. RGB value is (185,121,188). Sum of RGB (Red+Green+Blue) = 185+121+188=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #B979BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979BC is #468643. Grayscale: #939393. Windows color (decimal): -4621892 or 12351929. OLE color: 12351929.
HSL color Cylindrical-coordinate representation of color #B979BC: hue angle of 297.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B979BC is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 121 | 188 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.26 |
| HSL | 297.31º | 0.33% | 0.61% | - |
| HSV(B) | 297.31º | 0.36% | 0.74% | - |
| XYZ | 35.92 | 27.62 | 51.01 | - |
| YUV | 147.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 188 | 0.02 | 0.36 | 0 | 0.26 | 297.31 | 0.33 | 0.61 |
| Hex | B9 | 79 | BC | 2 | 24 | 0 | 1A | 129 | 21 | 3D |
| Octal | 271 | 171 | 274 | 2 | 44 | 0 | 32 | 451 | 41 | 75 |
| Binary | 10111001 | 1111001 | 10111100 | 10 | 100100 | 0 | 11010 | 100101001 | 100001 | 111101 |
Color Harmonies of #B979BC
Complementary color
Monochromatic Colors of #B979BC
Black with #B979BC
Text Example
Text Example
White with #B979BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B979BC; }
p { color: rgb(185,121,188); }
H1.HeaderClassName
{
color: #B979BC;
}
.AnyTagClassName
{
color: #B979BC;
}
</style>
background-color css
<style>
a { background-color: #B979BC; }
a { background-color: rgb(185,121,188); }
div.DivClassName
{
background-color: #B979BC;
}
.BgClassName
{
background-color: #B979BC;
}
</style>
border-color css
<style>
span { border-color: #B979BC; }
span { border-color: rgb(185,121,188); }
td.TdClassName
{
border-color: #B979BC;
}
.TagClassName
{
border-color: #B979BC;
}
</style>