Shades of London Hue #B478B3
Tints of London Hue #B478B3
RGB
CMYK
RGB Variations
Color information
#B478B3 (or 0xB478B3) is known color: London Hue. HEX triplet: B4, 78 and B3. RGB value is (180,120,179). Sum of RGB (Red+Green+Blue) = 180+120+179=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B478B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478B3 is #4B874C. Grayscale: #909090. Windows color (decimal): -4949837 or 11761844. OLE color: 11761844.
HSL color Cylindrical-coordinate representation of color #B478B3: hue angle of 301º 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 #B478B3 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 179 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.29 |
| HSL | 301º | 0.29% | 0.59% | - |
| HSV(B) | 301º | 0.33% | 0.71% | - |
| XYZ | 33.68 | 26.39 | 45.97 | - |
| YUV | 144.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 179 | 0 | 0.33 | 0.01 | 0.29 | 301 | 0.29 | 0.59 |
| Hex | B4 | 78 | B3 | 0 | 21 | 1 | 1D | 12D | 1D | 3B |
| Octal | 264 | 170 | 263 | 0 | 41 | 1 | 35 | 455 | 35 | 73 |
| Binary | 10110100 | 1111000 | 10110011 | 0 | 100001 | 1 | 11101 | 100101101 | 11101 | 111011 |
Color Harmonies of #B478B3
Complementary color
Monochromatic Colors of #B478B3
Black with #B478B3
Text Example
Text Example
White with #B478B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B478B3; }
p { color: rgb(180,120,179); }
H1.HeaderClassName
{
color: #B478B3;
}
.AnyTagClassName
{
color: #B478B3;
}
</style>
background-color css
<style>
a { background-color: #B478B3; }
a { background-color: rgb(180,120,179); }
div.DivClassName
{
background-color: #B478B3;
}
.BgClassName
{
background-color: #B478B3;
}
</style>
border-color css
<style>
span { border-color: #B478B3; }
span { border-color: rgb(180,120,179); }
td.TdClassName
{
border-color: #B478B3;
}
.TagClassName
{
border-color: #B478B3;
}
</style>