Shades of London Hue #BC7BB7
Tints of London Hue #BC7BB7
RGB
CMYK
RGB Variations
Color information
#BC7BB7 (or 0xBC7BB7) is known color: London Hue. HEX triplet: BC, 7B and B7. RGB value is (188,123,183). Sum of RGB (Red+Green+Blue) = 188+123+183=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BB7 is #438448. Grayscale: #959595. Windows color (decimal): -4424777 or 12024764. OLE color: 12024764.
HSL color Cylindrical-coordinate representation of color #BC7BB7: hue angle of 304.62º 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 #BC7BB7 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 183 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.26 |
| HSL | 304.62º | 0.33% | 0.61% | - |
| HSV(B) | 304.62º | 0.35% | 0.74% | - |
| XYZ | 36.37 | 28.28 | 48.34 | - |
| YUV | 149.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 183 | 0 | 0.35 | 0.03 | 0.26 | 304.62 | 0.33 | 0.61 |
| Hex | BC | 7B | B7 | 0 | 23 | 3 | 1A | 131 | 21 | 3D |
| Octal | 274 | 173 | 267 | 0 | 43 | 3 | 32 | 461 | 41 | 75 |
| Binary | 10111100 | 1111011 | 10110111 | 0 | 100011 | 11 | 11010 | 100110001 | 100001 | 111101 |
Color Harmonies of #BC7BB7
Complementary color
Monochromatic Colors of #BC7BB7
Black with #BC7BB7
Text Example
Text Example
White with #BC7BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BB7; }
p { color: rgb(188,123,183); }
H1.HeaderClassName
{
color: #BC7BB7;
}
.AnyTagClassName
{
color: #BC7BB7;
}
</style>
background-color css
<style>
a { background-color: #BC7BB7; }
a { background-color: rgb(188,123,183); }
div.DivClassName
{
background-color: #BC7BB7;
}
.BgClassName
{
background-color: #BC7BB7;
}
</style>
border-color css
<style>
span { border-color: #BC7BB7; }
span { border-color: rgb(188,123,183); }
td.TdClassName
{
border-color: #BC7BB7;
}
.TagClassName
{
border-color: #BC7BB7;
}
</style>