Shades of London Hue #B979B2
Tints of London Hue #B979B2
RGB
CMYK
RGB Variations
Color information
#B979B2 (or 0xB979B2) is known color: London Hue. HEX triplet: B9, 79 and B2. RGB value is (185,121,178). Sum of RGB (Red+Green+Blue) = 185+121+178=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B979B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979B2 is #46864D. Grayscale: #929292. Windows color (decimal): -4621902 or 11696569. OLE color: 11696569.
HSL color Cylindrical-coordinate representation of color #B979B2: hue angle of 306.56º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B979B2 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 121 | 178 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.27 |
| HSL | 306.56º | 0.31% | 0.6% | - |
| HSV(B) | 306.56º | 0.35% | 0.73% | - |
| XYZ | 34.88 | 27.2 | 45.53 | - |
| YUV | 146.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 178 | 0 | 0.35 | 0.04 | 0.27 | 306.56 | 0.31 | 0.6 |
| Hex | B9 | 79 | B2 | 0 | 23 | 4 | 1B | 133 | 1F | 3C |
| Octal | 271 | 171 | 262 | 0 | 43 | 4 | 33 | 463 | 37 | 74 |
| Binary | 10111001 | 1111001 | 10110010 | 0 | 100011 | 100 | 11011 | 100110011 | 11111 | 111100 |
Color Harmonies of #B979B2
Complementary color
Monochromatic Colors of #B979B2
Black with #B979B2
Text Example
Text Example
White with #B979B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B979B2; }
p { color: rgb(185,121,178); }
H1.HeaderClassName
{
color: #B979B2;
}
.AnyTagClassName
{
color: #B979B2;
}
</style>
background-color css
<style>
a { background-color: #B979B2; }
a { background-color: rgb(185,121,178); }
div.DivClassName
{
background-color: #B979B2;
}
.BgClassName
{
background-color: #B979B2;
}
</style>
border-color css
<style>
span { border-color: #B979B2; }
span { border-color: rgb(185,121,178); }
td.TdClassName
{
border-color: #B979B2;
}
.TagClassName
{
border-color: #B979B2;
}
</style>