Shades of London Hue #BD7FAC
Tints of London Hue #BD7FAC
RGB
CMYK
RGB Variations
Color information
#BD7FAC (or 0xBD7FAC) is known color: London Hue. HEX triplet: BD, 7F and AC. RGB value is (189,127,172). Sum of RGB (Red+Green+Blue) = 189+127+172=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7FAC is #428053. Grayscale: #969696. Windows color (decimal): -4358228 or 11304893. OLE color: 11304893.
HSL color Cylindrical-coordinate representation of color #BD7FAC: hue angle of 316.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7FAC is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 172 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.26 |
| HSL | 316.45º | 0.32% | 0.62% | - |
| HSV(B) | 316.45º | 0.33% | 0.74% | - |
| XYZ | 36.02 | 28.98 | 42.72 | - |
| YUV | 150.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 172 | 0 | 0.33 | 0.09 | 0.26 | 316.45 | 0.32 | 0.62 |
| Hex | BD | 7F | AC | 0 | 21 | 9 | 1A | 13C | 20 | 3E |
| Octal | 275 | 177 | 254 | 0 | 41 | 11 | 32 | 474 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10101100 | 0 | 100001 | 1001 | 11010 | 100111100 | 100000 | 111110 |
Color Harmonies of #BD7FAC
Complementary color
Monochromatic Colors of #BD7FAC
Black with #BD7FAC
Text Example
Text Example
White with #BD7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FAC; }
p { color: rgb(189,127,172); }
H1.HeaderClassName
{
color: #BD7FAC;
}
.AnyTagClassName
{
color: #BD7FAC;
}
</style>
background-color css
<style>
a { background-color: #BD7FAC; }
a { background-color: rgb(189,127,172); }
div.DivClassName
{
background-color: #BD7FAC;
}
.BgClassName
{
background-color: #BD7FAC;
}
</style>
border-color css
<style>
span { border-color: #BD7FAC; }
span { border-color: rgb(189,127,172); }
td.TdClassName
{
border-color: #BD7FAC;
}
.TagClassName
{
border-color: #BD7FAC;
}
</style>