Shades of London Hue #BC7BBD
Tints of London Hue #BC7BBD
RGB
CMYK
RGB Variations
Color information
#BC7BBD (or 0xBC7BBD) is known color: London Hue. HEX triplet: BC, 7B and BD. RGB value is (188,123,189). Sum of RGB (Red+Green+Blue) = 188+123+189=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC7BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BBD is #438442. Grayscale: #959595. Windows color (decimal): -4424771 or 12417980. OLE color: 12417980.
HSL color Cylindrical-coordinate representation of color #BC7BBD: hue angle of 299.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7BBD is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 189 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.26 |
| HSL | 299.09º | 0.33% | 0.61% | - |
| HSV(B) | 299.09º | 0.35% | 0.74% | - |
| XYZ | 37.01 | 28.53 | 51.7 | - |
| YUV | 149.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 189 | 0.01 | 0.35 | 0 | 0.26 | 299.09 | 0.33 | 0.61 |
| Hex | BC | 7B | BD | 1 | 23 | 0 | 1A | 12B | 21 | 3D |
| Octal | 274 | 173 | 275 | 1 | 43 | 0 | 32 | 453 | 41 | 75 |
| Binary | 10111100 | 1111011 | 10111101 | 1 | 100011 | 0 | 11010 | 100101011 | 100001 | 111101 |
Color Harmonies of #BC7BBD
Complementary color
Monochromatic Colors of #BC7BBD
Black with #BC7BBD
Text Example
Text Example
White with #BC7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BBD; }
p { color: rgb(188,123,189); }
H1.HeaderClassName
{
color: #BC7BBD;
}
.AnyTagClassName
{
color: #BC7BBD;
}
</style>
background-color css
<style>
a { background-color: #BC7BBD; }
a { background-color: rgb(188,123,189); }
div.DivClassName
{
background-color: #BC7BBD;
}
.BgClassName
{
background-color: #BC7BBD;
}
</style>
border-color css
<style>
span { border-color: #BC7BBD; }
span { border-color: rgb(188,123,189); }
td.TdClassName
{
border-color: #BC7BBD;
}
.TagClassName
{
border-color: #BC7BBD;
}
</style>