Shades of London Hue #B478AF
Tints of London Hue #B478AF
RGB
CMYK
RGB Variations
Color information
#B478AF (or 0xB478AF) is known color: London Hue. HEX triplet: B4, 78 and AF. RGB value is (180,120,175). Sum of RGB (Red+Green+Blue) = 180+120+175=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B478AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478AF is #4B8750. Grayscale: #909090. Windows color (decimal): -4949841 or 11499700. OLE color: 11499700.
HSL color Cylindrical-coordinate representation of color #B478AF: hue angle of 305º 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 #B478AF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 175 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.29 |
| HSL | 305º | 0.29% | 0.59% | - |
| HSV(B) | 305º | 0.33% | 0.71% | - |
| XYZ | 33.28 | 26.23 | 43.87 | - |
| YUV | 144.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 175 | 0 | 0.33 | 0.03 | 0.29 | 305 | 0.29 | 0.59 |
| Hex | B4 | 78 | AF | 0 | 21 | 3 | 1D | 131 | 1D | 3B |
| Octal | 264 | 170 | 257 | 0 | 41 | 3 | 35 | 461 | 35 | 73 |
| Binary | 10110100 | 1111000 | 10101111 | 0 | 100001 | 11 | 11101 | 100110001 | 11101 | 111011 |
Color Harmonies of #B478AF
Complementary color
Monochromatic Colors of #B478AF
Black with #B478AF
Text Example
Text Example
White with #B478AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B478AF; }
p { color: rgb(180,120,175); }
H1.HeaderClassName
{
color: #B478AF;
}
.AnyTagClassName
{
color: #B478AF;
}
</style>
background-color css
<style>
a { background-color: #B478AF; }
a { background-color: rgb(180,120,175); }
div.DivClassName
{
background-color: #B478AF;
}
.BgClassName
{
background-color: #B478AF;
}
</style>
border-color css
<style>
span { border-color: #B478AF; }
span { border-color: rgb(180,120,175); }
td.TdClassName
{
border-color: #B478AF;
}
.TagClassName
{
border-color: #B478AF;
}
</style>