Shades of London Hue #B478AD
Tints of London Hue #B478AD
RGB
CMYK
RGB Variations
Color information
#B478AD (or 0xB478AD) is known color: London Hue. HEX triplet: B4, 78 and AD. RGB value is (180,120,173). Sum of RGB (Red+Green+Blue) = 180+120+173=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B478AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478AD is #4B8752. Grayscale: #8F8F8F. Windows color (decimal): -4949843 or 11368628. OLE color: 11368628.
HSL color Cylindrical-coordinate representation of color #B478AD: hue angle of 307º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B478AD is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 173 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.29 |
| HSL | 307º | 0.29% | 0.59% | - |
| HSV(B) | 307º | 0.33% | 0.71% | - |
| XYZ | 33.08 | 26.15 | 42.84 | - |
| YUV | 143.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 173 | 0 | 0.33 | 0.04 | 0.29 | 307 | 0.29 | 0.59 |
| Hex | B4 | 78 | AD | 0 | 21 | 4 | 1D | 133 | 1D | 3B |
| Octal | 264 | 170 | 255 | 0 | 41 | 4 | 35 | 463 | 35 | 73 |
| Binary | 10110100 | 1111000 | 10101101 | 0 | 100001 | 100 | 11101 | 100110011 | 11101 | 111011 |
Color Harmonies of #B478AD
Complementary color
Monochromatic Colors of #B478AD
Black with #B478AD
Text Example
Text Example
White with #B478AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B478AD; }
p { color: rgb(180,120,173); }
H1.HeaderClassName
{
color: #B478AD;
}
.AnyTagClassName
{
color: #B478AD;
}
</style>
background-color css
<style>
a { background-color: #B478AD; }
a { background-color: rgb(180,120,173); }
div.DivClassName
{
background-color: #B478AD;
}
.BgClassName
{
background-color: #B478AD;
}
</style>
border-color css
<style>
span { border-color: #B478AD; }
span { border-color: rgb(180,120,173); }
td.TdClassName
{
border-color: #B478AD;
}
.TagClassName
{
border-color: #B478AD;
}
</style>