Shades of London Hue #BC7DBD
Tints of London Hue #BC7DBD
RGB
CMYK
RGB Variations
Color information
#BC7DBD (or 0xBC7DBD) is known color: London Hue. HEX triplet: BC, 7D and BD. RGB value is (188,125,189). Sum of RGB (Red+Green+Blue) = 188+125+189=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DBD is #438242. Grayscale: #969696. Windows color (decimal): -4424259 or 12418492. OLE color: 12418492.
HSL color Cylindrical-coordinate representation of color #BC7DBD: hue angle of 299.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7DBD is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 189 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.26 |
| HSL | 299.06º | 0.33% | 0.62% | - |
| HSV(B) | 299.06º | 0.34% | 0.74% | - |
| XYZ | 37.26 | 29.03 | 51.78 | - |
| YUV | 151.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 189 | 0.01 | 0.34 | 0 | 0.26 | 299.06 | 0.33 | 0.62 |
| Hex | BC | 7D | BD | 1 | 22 | 0 | 1A | 12B | 21 | 3E |
| Octal | 274 | 175 | 275 | 1 | 42 | 0 | 32 | 453 | 41 | 76 |
| Binary | 10111100 | 1111101 | 10111101 | 1 | 100010 | 0 | 11010 | 100101011 | 100001 | 111110 |
Color Harmonies of #BC7DBD
Complementary color
Monochromatic Colors of #BC7DBD
Black with #BC7DBD
Text Example
Text Example
White with #BC7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DBD; }
p { color: rgb(188,125,189); }
H1.HeaderClassName
{
color: #BC7DBD;
}
.AnyTagClassName
{
color: #BC7DBD;
}
</style>
background-color css
<style>
a { background-color: #BC7DBD; }
a { background-color: rgb(188,125,189); }
div.DivClassName
{
background-color: #BC7DBD;
}
.BgClassName
{
background-color: #BC7DBD;
}
</style>
border-color css
<style>
span { border-color: #BC7DBD; }
span { border-color: rgb(188,125,189); }
td.TdClassName
{
border-color: #BC7DBD;
}
.TagClassName
{
border-color: #BC7DBD;
}
</style>