Shades of London Hue #B67FAC
Tints of London Hue #B67FAC
RGB
CMYK
RGB Variations
Color information
#B67FAC (or 0xB67FAC) is known color: London Hue. HEX triplet: B6, 7F and AC. RGB value is (182,127,172). Sum of RGB (Red+Green+Blue) = 182+127+172=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FAC is #498053. Grayscale: #949494. Windows color (decimal): -4816980 or 11304886. OLE color: 11304886.
HSL color Cylindrical-coordinate representation of color #B67FAC: hue angle of 310.91º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67FAC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 172 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.29 |
| HSL | 310.91º | 0.27% | 0.61% | - |
| HSV(B) | 310.91º | 0.3% | 0.71% | - |
| XYZ | 34.33 | 28.1 | 42.64 | - |
| YUV | 148.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 172 | 0 | 0.30 | 0.05 | 0.29 | 310.91 | 0.27 | 0.61 |
| Hex | B6 | 7F | AC | 0 | 1E | 5 | 1D | 137 | 1B | 3D |
| Octal | 266 | 177 | 254 | 0 | 36 | 5 | 35 | 467 | 33 | 75 |
| Binary | 10110110 | 1111111 | 10101100 | 0 | 11110 | 101 | 11101 | 100110111 | 11011 | 111101 |
Color Harmonies of #B67FAC
Complementary color
Monochromatic Colors of #B67FAC
Black with #B67FAC
Text Example
Text Example
White with #B67FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67FAC; }
p { color: rgb(182,127,172); }
H1.HeaderClassName
{
color: #B67FAC;
}
.AnyTagClassName
{
color: #B67FAC;
}
</style>
background-color css
<style>
a { background-color: #B67FAC; }
a { background-color: rgb(182,127,172); }
div.DivClassName
{
background-color: #B67FAC;
}
.BgClassName
{
background-color: #B67FAC;
}
</style>
border-color css
<style>
span { border-color: #B67FAC; }
span { border-color: rgb(182,127,172); }
td.TdClassName
{
border-color: #B67FAC;
}
.TagClassName
{
border-color: #B67FAC;
}
</style>