Shades of London Hue #B476B3
Tints of London Hue #B476B3
RGB
CMYK
RGB Variations
Color information
#B476B3 (or 0xB476B3) is known color: London Hue. HEX triplet: B4, 76 and B3. RGB value is (180,118,179). Sum of RGB (Red+Green+Blue) = 180+118+179=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B476B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476B3 is #4B894C. Grayscale: #8F8F8F. Windows color (decimal): -4950349 or 11761332. OLE color: 11761332.
HSL color Cylindrical-coordinate representation of color #B476B3: hue angle of 300.97º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B476B3 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 179 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.29 |
| HSL | 300.97º | 0.29% | 0.58% | - |
| HSV(B) | 300.97º | 0.34% | 0.71% | - |
| XYZ | 33.44 | 25.91 | 45.89 | - |
| YUV | 143.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 179 | 0 | 0.34 | 0.01 | 0.29 | 300.97 | 0.29 | 0.58 |
| Hex | B4 | 76 | B3 | 0 | 22 | 1 | 1D | 12D | 1D | 3A |
| Octal | 264 | 166 | 263 | 0 | 42 | 1 | 35 | 455 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10110011 | 0 | 100010 | 1 | 11101 | 100101101 | 11101 | 111010 |
Color Harmonies of #B476B3
Complementary color
Monochromatic Colors of #B476B3
Black with #B476B3
Text Example
Text Example
White with #B476B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476B3; }
p { color: rgb(180,118,179); }
H1.HeaderClassName
{
color: #B476B3;
}
.AnyTagClassName
{
color: #B476B3;
}
</style>
background-color css
<style>
a { background-color: #B476B3; }
a { background-color: rgb(180,118,179); }
div.DivClassName
{
background-color: #B476B3;
}
.BgClassName
{
background-color: #B476B3;
}
</style>
border-color css
<style>
span { border-color: #B476B3; }
span { border-color: rgb(180,118,179); }
td.TdClassName
{
border-color: #B476B3;
}
.TagClassName
{
border-color: #B476B3;
}
</style>