Shades of London Hue #BC76B1
Tints of London Hue #BC76B1
RGB
CMYK
RGB Variations
Color information
#BC76B1 (or 0xBC76B1) is known color: London Hue. HEX triplet: BC, 76 and B1. RGB value is (188,118,177). Sum of RGB (Red+Green+Blue) = 188+118+177=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76B1 is #43894E. Grayscale: #919191. Windows color (decimal): -4426063 or 11630268. OLE color: 11630268.
HSL color Cylindrical-coordinate representation of color #BC76B1: hue angle of 309.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC76B1 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 177 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.26 |
| HSL | 309.43º | 0.34% | 0.6% | - |
| HSV(B) | 309.43º | 0.37% | 0.74% | - |
| XYZ | 35.15 | 26.82 | 44.92 | - |
| YUV | 145.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 177 | 0 | 0.37 | 0.06 | 0.26 | 309.43 | 0.34 | 0.6 |
| Hex | BC | 76 | B1 | 0 | 25 | 6 | 1A | 135 | 22 | 3C |
| Octal | 274 | 166 | 261 | 0 | 45 | 6 | 32 | 465 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10110001 | 0 | 100101 | 110 | 11010 | 100110101 | 100010 | 111100 |
Color Harmonies of #BC76B1
Complementary color
Monochromatic Colors of #BC76B1
Black with #BC76B1
Text Example
Text Example
White with #BC76B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76B1; }
p { color: rgb(188,118,177); }
H1.HeaderClassName
{
color: #BC76B1;
}
.AnyTagClassName
{
color: #BC76B1;
}
</style>
background-color css
<style>
a { background-color: #BC76B1; }
a { background-color: rgb(188,118,177); }
div.DivClassName
{
background-color: #BC76B1;
}
.BgClassName
{
background-color: #BC76B1;
}
</style>
border-color css
<style>
span { border-color: #BC76B1; }
span { border-color: rgb(188,118,177); }
td.TdClassName
{
border-color: #BC76B1;
}
.TagClassName
{
border-color: #BC76B1;
}
</style>