Shades of London Hue #BF7DB8
Tints of London Hue #BF7DB8
RGB
CMYK
RGB Variations
Color information
#BF7DB8 (or 0xBF7DB8) is known color: London Hue. HEX triplet: BF, 7D and B8. RGB value is (191,125,184). Sum of RGB (Red+Green+Blue) = 191+125+184=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DB8 is #408247. Grayscale: #979797. Windows color (decimal): -4227656 or 12090815. OLE color: 12090815.
HSL color Cylindrical-coordinate representation of color #BF7DB8: hue angle of 306.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7DB8 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 184 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.25 |
| HSL | 306.36º | 0.34% | 0.62% | - |
| HSV(B) | 306.36º | 0.35% | 0.75% | - |
| XYZ | 37.47 | 29.2 | 49.01 | - |
| YUV | 151.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 184 | 0 | 0.35 | 0.04 | 0.25 | 306.36 | 0.34 | 0.62 |
| Hex | BF | 7D | B8 | 0 | 23 | 4 | 19 | 132 | 22 | 3E |
| Octal | 277 | 175 | 270 | 0 | 43 | 4 | 31 | 462 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10111000 | 0 | 100011 | 100 | 11001 | 100110010 | 100010 | 111110 |
Color Harmonies of #BF7DB8
Complementary color
Monochromatic Colors of #BF7DB8
Black with #BF7DB8
Text Example
Text Example
White with #BF7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DB8; }
p { color: rgb(191,125,184); }
H1.HeaderClassName
{
color: #BF7DB8;
}
.AnyTagClassName
{
color: #BF7DB8;
}
</style>
background-color css
<style>
a { background-color: #BF7DB8; }
a { background-color: rgb(191,125,184); }
div.DivClassName
{
background-color: #BF7DB8;
}
.BgClassName
{
background-color: #BF7DB8;
}
</style>
border-color css
<style>
span { border-color: #BF7DB8; }
span { border-color: rgb(191,125,184); }
td.TdClassName
{
border-color: #BF7DB8;
}
.TagClassName
{
border-color: #BF7DB8;
}
</style>