Shades of London Hue #BF7FAC
Tints of London Hue #BF7FAC
RGB
CMYK
RGB Variations
Color information
#BF7FAC (or 0xBF7FAC) is known color: London Hue. HEX triplet: BF, 7F and AC. RGB value is (191,127,172). Sum of RGB (Red+Green+Blue) = 191+127+172=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7FAC is #408053. Grayscale: #979797. Windows color (decimal): -4227156 or 11304895. OLE color: 11304895.
HSL color Cylindrical-coordinate representation of color #BF7FAC: hue angle of 317.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7FAC is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 172 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.25 |
| HSL | 317.81º | 0.33% | 0.62% | - |
| HSV(B) | 317.81º | 0.34% | 0.75% | - |
| XYZ | 36.52 | 29.23 | 42.75 | - |
| YUV | 151.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 172 | 0 | 0.34 | 0.10 | 0.25 | 317.81 | 0.33 | 0.62 |
| Hex | BF | 7F | AC | 0 | 22 | A | 19 | 13E | 21 | 3E |
| Octal | 277 | 177 | 254 | 0 | 42 | 12 | 31 | 476 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10101100 | 0 | 100010 | 1010 | 11001 | 100111110 | 100001 | 111110 |
Color Harmonies of #BF7FAC
Complementary color
Monochromatic Colors of #BF7FAC
Black with #BF7FAC
Text Example
Text Example
White with #BF7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7FAC; }
p { color: rgb(191,127,172); }
H1.HeaderClassName
{
color: #BF7FAC;
}
.AnyTagClassName
{
color: #BF7FAC;
}
</style>
background-color css
<style>
a { background-color: #BF7FAC; }
a { background-color: rgb(191,127,172); }
div.DivClassName
{
background-color: #BF7FAC;
}
.BgClassName
{
background-color: #BF7FAC;
}
</style>
border-color css
<style>
span { border-color: #BF7FAC; }
span { border-color: rgb(191,127,172); }
td.TdClassName
{
border-color: #BF7FAC;
}
.TagClassName
{
border-color: #BF7FAC;
}
</style>