Shades of London Hue #BD7FAF
Tints of London Hue #BD7FAF
RGB
CMYK
RGB Variations
Color information
#BD7FAF (or 0xBD7FAF) is known color: London Hue. HEX triplet: BD, 7F and AF. RGB value is (189,127,175). Sum of RGB (Red+Green+Blue) = 189+127+175=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7FAF is #428050. Grayscale: #969696. Windows color (decimal): -4358225 or 11501501. OLE color: 11501501.
HSL color Cylindrical-coordinate representation of color #BD7FAF: hue angle of 313.55º 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 #BD7FAF is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 175 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.26 |
| HSL | 313.55º | 0.32% | 0.62% | - |
| HSV(B) | 313.55º | 0.33% | 0.74% | - |
| XYZ | 36.31 | 29.09 | 44.26 | - |
| YUV | 151.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 175 | 0 | 0.33 | 0.07 | 0.26 | 313.55 | 0.32 | 0.62 |
| Hex | BD | 7F | AF | 0 | 21 | 7 | 1A | 13A | 20 | 3E |
| Octal | 275 | 177 | 257 | 0 | 41 | 7 | 32 | 472 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10101111 | 0 | 100001 | 111 | 11010 | 100111010 | 100000 | 111110 |
Color Harmonies of #BD7FAF
Complementary color
Monochromatic Colors of #BD7FAF
Black with #BD7FAF
Text Example
Text Example
White with #BD7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FAF; }
p { color: rgb(189,127,175); }
H1.HeaderClassName
{
color: #BD7FAF;
}
.AnyTagClassName
{
color: #BD7FAF;
}
</style>
background-color css
<style>
a { background-color: #BD7FAF; }
a { background-color: rgb(189,127,175); }
div.DivClassName
{
background-color: #BD7FAF;
}
.BgClassName
{
background-color: #BD7FAF;
}
</style>
border-color css
<style>
span { border-color: #BD7FAF; }
span { border-color: rgb(189,127,175); }
td.TdClassName
{
border-color: #BD7FAF;
}
.TagClassName
{
border-color: #BD7FAF;
}
</style>