Shades of London Hue #B37FAC
Tints of London Hue #B37FAC
RGB
CMYK
RGB Variations
Color information
#B37FAC (or 0xB37FAC) is known color: London Hue. HEX triplet: B3, 7F and AC. RGB value is (179,127,172). Sum of RGB (Red+Green+Blue) = 179+127+172=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FAC is #4C8053. Grayscale: #939393. Windows color (decimal): -5013588 or 11304883. OLE color: 11304883.
HSL color Cylindrical-coordinate representation of color #B37FAC: hue angle of 308.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37FAC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 172 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.30 |
| HSL | 308.08º | 0.25% | 0.6% | - |
| HSV(B) | 308.08º | 0.29% | 0.7% | - |
| XYZ | 33.63 | 27.74 | 42.61 | - |
| YUV | 147.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 172 | 0 | 0.29 | 0.04 | 0.30 | 308.08 | 0.25 | 0.6 |
| Hex | B3 | 7F | AC | 0 | 1D | 4 | 1E | 134 | 19 | 3C |
| Octal | 263 | 177 | 254 | 0 | 35 | 4 | 36 | 464 | 31 | 74 |
| Binary | 10110011 | 1111111 | 10101100 | 0 | 11101 | 100 | 11110 | 100110100 | 11001 | 111100 |
Color Harmonies of #B37FAC
Complementary color
Monochromatic Colors of #B37FAC
Black with #B37FAC
Text Example
Text Example
White with #B37FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37FAC; }
p { color: rgb(179,127,172); }
H1.HeaderClassName
{
color: #B37FAC;
}
.AnyTagClassName
{
color: #B37FAC;
}
</style>
background-color css
<style>
a { background-color: #B37FAC; }
a { background-color: rgb(179,127,172); }
div.DivClassName
{
background-color: #B37FAC;
}
.BgClassName
{
background-color: #B37FAC;
}
</style>
border-color css
<style>
span { border-color: #B37FAC; }
span { border-color: rgb(179,127,172); }
td.TdClassName
{
border-color: #B37FAC;
}
.TagClassName
{
border-color: #B37FAC;
}
</style>