Shades of London Hue #B47BB4
Tints of London Hue #B47BB4
RGB
CMYK
RGB Variations
Color information
#B47BB4 (or 0xB47BB4) is known color: London Hue. HEX triplet: B4, 7B and B4. RGB value is (180,123,180). Sum of RGB (Red+Green+Blue) = 180+123+180=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B47BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BB4 is #4B844B. Grayscale: #929292. Windows color (decimal): -4949068 or 11828148. OLE color: 11828148.
HSL color Cylindrical-coordinate representation of color #B47BB4: hue angle of 300º 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 #B47BB4 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 180 | - |
| CMYK | 0 | 0.32 | 0 | 0.29 |
| HSL | 300º | 0.28% | 0.59% | - |
| HSV(B) | 300º | 0.32% | 0.71% | - |
| XYZ | 34.14 | 27.16 | 46.62 | - |
| YUV | 146.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 180 | 0 | 0.32 | 0 | 0.29 | 300 | 0.28 | 0.59 |
| Hex | B4 | 7B | B4 | 0 | 20 | 0 | 1D | 12C | 1C | 3B |
| Octal | 264 | 173 | 264 | 0 | 40 | 0 | 35 | 454 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10110100 | 0 | 100000 | 0 | 11101 | 100101100 | 11100 | 111011 |
Color Harmonies of #B47BB4
Complementary color
Monochromatic Colors of #B47BB4
Black with #B47BB4
Text Example
Text Example
White with #B47BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BB4; }
p { color: rgb(180,123,180); }
H1.HeaderClassName
{
color: #B47BB4;
}
.AnyTagClassName
{
color: #B47BB4;
}
</style>
background-color css
<style>
a { background-color: #B47BB4; }
a { background-color: rgb(180,123,180); }
div.DivClassName
{
background-color: #B47BB4;
}
.BgClassName
{
background-color: #B47BB4;
}
</style>
border-color css
<style>
span { border-color: #B47BB4; }
span { border-color: rgb(180,123,180); }
td.TdClassName
{
border-color: #B47BB4;
}
.TagClassName
{
border-color: #B47BB4;
}
</style>