Shades of London Hue #BC7DBE
Tints of London Hue #BC7DBE
RGB
CMYK
RGB Variations
Color information
#BC7DBE (or 0xBC7DBE) is known color: London Hue. HEX triplet: BC, 7D and BE. RGB value is (188,125,190). Sum of RGB (Red+Green+Blue) = 188+125+190=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DBE is #438241. Grayscale: #979797. Windows color (decimal): -4424258 or 12484028. OLE color: 12484028.
HSL color Cylindrical-coordinate representation of color #BC7DBE: hue angle of 298.15º 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 #BC7DBE is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 125 | 190 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.25 |
| HSL | 298.15º | 0.33% | 0.62% | - |
| HSV(B) | 298.15º | 0.34% | 0.75% | - |
| XYZ | 37.37 | 29.08 | 52.36 | - |
| YUV | 151.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 190 | 0.01 | 0.34 | 0 | 0.25 | 298.15 | 0.33 | 0.62 |
| Hex | BC | 7D | BE | 1 | 22 | 0 | 19 | 12A | 21 | 3E |
| Octal | 274 | 175 | 276 | 1 | 42 | 0 | 31 | 452 | 41 | 76 |
| Binary | 10111100 | 1111101 | 10111110 | 1 | 100010 | 0 | 11001 | 100101010 | 100001 | 111110 |
Color Harmonies of #BC7DBE
Complementary color
Monochromatic Colors of #BC7DBE
Black with #BC7DBE
Text Example
Text Example
White with #BC7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DBE; }
p { color: rgb(188,125,190); }
H1.HeaderClassName
{
color: #BC7DBE;
}
.AnyTagClassName
{
color: #BC7DBE;
}
</style>
background-color css
<style>
a { background-color: #BC7DBE; }
a { background-color: rgb(188,125,190); }
div.DivClassName
{
background-color: #BC7DBE;
}
.BgClassName
{
background-color: #BC7DBE;
}
</style>
border-color css
<style>
span { border-color: #BC7DBE; }
span { border-color: rgb(188,125,190); }
td.TdClassName
{
border-color: #BC7DBE;
}
.TagClassName
{
border-color: #BC7DBE;
}
</style>