Shades of London Hue #B478AC
Tints of London Hue #B478AC
RGB
CMYK
RGB Variations
Color information
#B478AC (or 0xB478AC) is known color: London Hue. HEX triplet: B4, 78 and AC. RGB value is (180,120,172). Sum of RGB (Red+Green+Blue) = 180+120+172=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B478AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478AC is #4B8753. Grayscale: #8F8F8F. Windows color (decimal): -4949844 or 11303092. OLE color: 11303092.
HSL color Cylindrical-coordinate representation of color #B478AC: hue angle of 308º 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 #B478AC is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 172 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.29 |
| HSL | 308º | 0.29% | 0.59% | - |
| HSV(B) | 308º | 0.33% | 0.71% | - |
| XYZ | 32.99 | 26.11 | 42.33 | - |
| YUV | 143.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 172 | 0 | 0.33 | 0.04 | 0.29 | 308 | 0.29 | 0.59 |
| Hex | B4 | 78 | AC | 0 | 21 | 4 | 1D | 134 | 1D | 3B |
| Octal | 264 | 170 | 254 | 0 | 41 | 4 | 35 | 464 | 35 | 73 |
| Binary | 10110100 | 1111000 | 10101100 | 0 | 100001 | 100 | 11101 | 100110100 | 11101 | 111011 |
Color Harmonies of #B478AC
Complementary color
Monochromatic Colors of #B478AC
Black with #B478AC
Text Example
Text Example
White with #B478AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B478AC; }
p { color: rgb(180,120,172); }
H1.HeaderClassName
{
color: #B478AC;
}
.AnyTagClassName
{
color: #B478AC;
}
</style>
background-color css
<style>
a { background-color: #B478AC; }
a { background-color: rgb(180,120,172); }
div.DivClassName
{
background-color: #B478AC;
}
.BgClassName
{
background-color: #B478AC;
}
</style>
border-color css
<style>
span { border-color: #B478AC; }
span { border-color: rgb(180,120,172); }
td.TdClassName
{
border-color: #B478AC;
}
.TagClassName
{
border-color: #B478AC;
}
</style>