Shades of London Hue #B276B0
Tints of London Hue #B276B0
RGB
CMYK
RGB Variations
Color information
#B276B0 (or 0xB276B0) is known color: London Hue. HEX triplet: B2, 76 and B0. RGB value is (178,118,176). Sum of RGB (Red+Green+Blue) = 178+118+176=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B276B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B276B0 is #4D894F. Grayscale: #8E8E8E. Windows color (decimal): -5081424 or 11564722. OLE color: 11564722.
HSL color Cylindrical-coordinate representation of color #B276B0: hue angle of 302º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B276B0 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 176 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.30 |
| HSL | 302º | 0.28% | 0.58% | - |
| HSV(B) | 302º | 0.34% | 0.7% | - |
| XYZ | 32.68 | 25.56 | 44.29 | - |
| YUV | 142.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 176 | 0 | 0.34 | 0.01 | 0.30 | 302 | 0.28 | 0.58 |
| Hex | B2 | 76 | B0 | 0 | 22 | 1 | 1E | 12E | 1C | 3A |
| Octal | 262 | 166 | 260 | 0 | 42 | 1 | 36 | 456 | 34 | 72 |
| Binary | 10110010 | 1110110 | 10110000 | 0 | 100010 | 1 | 11110 | 100101110 | 11100 | 111010 |
Color Harmonies of #B276B0
Complementary color
Monochromatic Colors of #B276B0
Black with #B276B0
Text Example
Text Example
White with #B276B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276B0; }
p { color: rgb(178,118,176); }
H1.HeaderClassName
{
color: #B276B0;
}
.AnyTagClassName
{
color: #B276B0;
}
</style>
background-color css
<style>
a { background-color: #B276B0; }
a { background-color: rgb(178,118,176); }
div.DivClassName
{
background-color: #B276B0;
}
.BgClassName
{
background-color: #B276B0;
}
</style>
border-color css
<style>
span { border-color: #B276B0; }
span { border-color: rgb(178,118,176); }
td.TdClassName
{
border-color: #B276B0;
}
.TagClassName
{
border-color: #B276B0;
}
</style>