Shades of London Hue #BC76B7
Tints of London Hue #BC76B7
RGB
CMYK
RGB Variations
Color information
#BC76B7 (or 0xBC76B7) is known color: London Hue. HEX triplet: BC, 76 and B7. RGB value is (188,118,183). Sum of RGB (Red+Green+Blue) = 188+118+183=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76B7 is #438948. Grayscale: #929292. Windows color (decimal): -4426057 or 12023484. OLE color: 12023484.
HSL color Cylindrical-coordinate representation of color #BC76B7: hue angle of 304.29º 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 #BC76B7 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 183 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.26 |
| HSL | 304.29º | 0.34% | 0.6% | - |
| HSV(B) | 304.29º | 0.37% | 0.74% | - |
| XYZ | 35.76 | 27.07 | 48.14 | - |
| YUV | 146.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 183 | 0 | 0.37 | 0.03 | 0.26 | 304.29 | 0.34 | 0.6 |
| Hex | BC | 76 | B7 | 0 | 25 | 3 | 1A | 130 | 22 | 3C |
| Octal | 274 | 166 | 267 | 0 | 45 | 3 | 32 | 460 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10110111 | 0 | 100101 | 11 | 11010 | 100110000 | 100010 | 111100 |
Color Harmonies of #BC76B7
Complementary color
Monochromatic Colors of #BC76B7
Black with #BC76B7
Text Example
Text Example
White with #BC76B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76B7; }
p { color: rgb(188,118,183); }
H1.HeaderClassName
{
color: #BC76B7;
}
.AnyTagClassName
{
color: #BC76B7;
}
</style>
background-color css
<style>
a { background-color: #BC76B7; }
a { background-color: rgb(188,118,183); }
div.DivClassName
{
background-color: #BC76B7;
}
.BgClassName
{
background-color: #BC76B7;
}
</style>
border-color css
<style>
span { border-color: #BC76B7; }
span { border-color: rgb(188,118,183); }
td.TdClassName
{
border-color: #BC76B7;
}
.TagClassName
{
border-color: #BC76B7;
}
</style>