Shades of London Hue #BC7BBF
Tints of London Hue #BC7BBF
RGB
CMYK
RGB Variations
Color information
#BC7BBF (or 0xBC7BBF) is known color: London Hue. HEX triplet: BC, 7B and BF. RGB value is (188,123,191). Sum of RGB (Red+Green+Blue) = 188+123+191=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BBF is #438440. Grayscale: #959595. Windows color (decimal): -4424769 or 12549052. OLE color: 12549052.
HSL color Cylindrical-coordinate representation of color #BC7BBF: hue angle of 297.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7BBF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 123 | 191 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.25 |
| HSL | 297.35º | 0.35% | 0.62% | - |
| HSV(B) | 297.35º | 0.36% | 0.75% | - |
| XYZ | 37.23 | 28.62 | 52.85 | - |
| YUV | 150.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 191 | 0.02 | 0.36 | 0 | 0.25 | 297.35 | 0.35 | 0.62 |
| Hex | BC | 7B | BF | 2 | 24 | 0 | 19 | 129 | 23 | 3E |
| Octal | 274 | 173 | 277 | 2 | 44 | 0 | 31 | 451 | 43 | 76 |
| Binary | 10111100 | 1111011 | 10111111 | 10 | 100100 | 0 | 11001 | 100101001 | 100011 | 111110 |
Color Harmonies of #BC7BBF
Complementary color
Monochromatic Colors of #BC7BBF
Black with #BC7BBF
Text Example
Text Example
White with #BC7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BBF; }
p { color: rgb(188,123,191); }
H1.HeaderClassName
{
color: #BC7BBF;
}
.AnyTagClassName
{
color: #BC7BBF;
}
</style>
background-color css
<style>
a { background-color: #BC7BBF; }
a { background-color: rgb(188,123,191); }
div.DivClassName
{
background-color: #BC7BBF;
}
.BgClassName
{
background-color: #BC7BBF;
}
</style>
border-color css
<style>
span { border-color: #BC7BBF; }
span { border-color: rgb(188,123,191); }
td.TdClassName
{
border-color: #BC7BBF;
}
.TagClassName
{
border-color: #BC7BBF;
}
</style>