Shades of London Hue #B37AB4
Tints of London Hue #B37AB4
RGB
CMYK
RGB Variations
Color information
#B37AB4 (or 0xB37AB4) is known color: London Hue. HEX triplet: B3, 7A and B4. RGB value is (179,122,180). Sum of RGB (Red+Green+Blue) = 179+122+180=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #B37AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37AB4 is #4C854B. Grayscale: #919191. Windows color (decimal): -5014860 or 11827891. OLE color: 11827891.
HSL color Cylindrical-coordinate representation of color #B37AB4: hue angle of 298.97º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37AB4 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 122 | 180 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.29 |
| HSL | 298.97º | 0.28% | 0.59% | - |
| HSV(B) | 298.97º | 0.32% | 0.71% | - |
| XYZ | 33.79 | 26.8 | 46.57 | - |
| YUV | 145.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 180 | 0.01 | 0.32 | 0 | 0.29 | 298.97 | 0.28 | 0.59 |
| Hex | B3 | 7A | B4 | 1 | 20 | 0 | 1D | 12B | 1C | 3B |
| Octal | 263 | 172 | 264 | 1 | 40 | 0 | 35 | 453 | 34 | 73 |
| Binary | 10110011 | 1111010 | 10110100 | 1 | 100000 | 0 | 11101 | 100101011 | 11100 | 111011 |
Color Harmonies of #B37AB4
Complementary color
Monochromatic Colors of #B37AB4
Black with #B37AB4
Text Example
Text Example
White with #B37AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37AB4; }
p { color: rgb(179,122,180); }
H1.HeaderClassName
{
color: #B37AB4;
}
.AnyTagClassName
{
color: #B37AB4;
}
</style>
background-color css
<style>
a { background-color: #B37AB4; }
a { background-color: rgb(179,122,180); }
div.DivClassName
{
background-color: #B37AB4;
}
.BgClassName
{
background-color: #B37AB4;
}
</style>
border-color css
<style>
span { border-color: #B37AB4; }
span { border-color: rgb(179,122,180); }
td.TdClassName
{
border-color: #B37AB4;
}
.TagClassName
{
border-color: #B37AB4;
}
</style>