Shades of London Hue #BF7DB3
Tints of London Hue #BF7DB3
RGB
CMYK
RGB Variations
Color information
#BF7DB3 (or 0xBF7DB3) is known color: London Hue. HEX triplet: BF, 7D and B3. RGB value is (191,125,179). Sum of RGB (Red+Green+Blue) = 191+125+179=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DB3 is #40824C. Grayscale: #969696. Windows color (decimal): -4227661 or 11763135. OLE color: 11763135.
HSL color Cylindrical-coordinate representation of color #BF7DB3: hue angle of 310.91º 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 #BF7DB3 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 179 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.25 |
| HSL | 310.91º | 0.34% | 0.62% | - |
| HSV(B) | 310.91º | 0.35% | 0.75% | - |
| XYZ | 36.96 | 29 | 46.3 | - |
| YUV | 150.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 179 | 0 | 0.35 | 0.06 | 0.25 | 310.91 | 0.34 | 0.62 |
| Hex | BF | 7D | B3 | 0 | 23 | 6 | 19 | 137 | 22 | 3E |
| Octal | 277 | 175 | 263 | 0 | 43 | 6 | 31 | 467 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10110011 | 0 | 100011 | 110 | 11001 | 100110111 | 100010 | 111110 |
Color Harmonies of #BF7DB3
Complementary color
Monochromatic Colors of #BF7DB3
Black with #BF7DB3
Text Example
Text Example
White with #BF7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DB3; }
p { color: rgb(191,125,179); }
H1.HeaderClassName
{
color: #BF7DB3;
}
.AnyTagClassName
{
color: #BF7DB3;
}
</style>
background-color css
<style>
a { background-color: #BF7DB3; }
a { background-color: rgb(191,125,179); }
div.DivClassName
{
background-color: #BF7DB3;
}
.BgClassName
{
background-color: #BF7DB3;
}
</style>
border-color css
<style>
span { border-color: #BF7DB3; }
span { border-color: rgb(191,125,179); }
td.TdClassName
{
border-color: #BF7DB3;
}
.TagClassName
{
border-color: #BF7DB3;
}
</style>