Shades of London Hue #B976B6
Tints of London Hue #B976B6
RGB
CMYK
RGB Variations
Color information
#B976B6 (or 0xB976B6) is known color: London Hue. HEX triplet: B9, 76 and B6. RGB value is (185,118,182). Sum of RGB (Red+Green+Blue) = 185+118+182=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B976B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976B6 is #468949. Grayscale: #919191. Windows color (decimal): -4622666 or 11957945. OLE color: 11957945.
HSL color Cylindrical-coordinate representation of color #B976B6: hue angle of 302.69º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B976B6 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 182 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.27 |
| HSL | 302.69º | 0.32% | 0.59% | - |
| HSV(B) | 302.69º | 0.36% | 0.73% | - |
| XYZ | 34.93 | 26.65 | 47.56 | - |
| YUV | 145.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 182 | 0 | 0.36 | 0.02 | 0.27 | 302.69 | 0.32 | 0.59 |
| Hex | B9 | 76 | B6 | 0 | 24 | 2 | 1B | 12F | 20 | 3B |
| Octal | 271 | 166 | 266 | 0 | 44 | 2 | 33 | 457 | 40 | 73 |
| Binary | 10111001 | 1110110 | 10110110 | 0 | 100100 | 10 | 11011 | 100101111 | 100000 | 111011 |
Color Harmonies of #B976B6
Complementary color
Monochromatic Colors of #B976B6
Black with #B976B6
Text Example
Text Example
White with #B976B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976B6; }
p { color: rgb(185,118,182); }
H1.HeaderClassName
{
color: #B976B6;
}
.AnyTagClassName
{
color: #B976B6;
}
</style>
background-color css
<style>
a { background-color: #B976B6; }
a { background-color: rgb(185,118,182); }
div.DivClassName
{
background-color: #B976B6;
}
.BgClassName
{
background-color: #B976B6;
}
</style>
border-color css
<style>
span { border-color: #B976B6; }
span { border-color: rgb(185,118,182); }
td.TdClassName
{
border-color: #B976B6;
}
.TagClassName
{
border-color: #B976B6;
}
</style>