Shades of London Hue #BC76B6
Tints of London Hue #BC76B6
RGB
CMYK
RGB Variations
Color information
#BC76B6 (or 0xBC76B6) is known color: London Hue. HEX triplet: BC, 76 and B6. RGB value is (188,118,182). Sum of RGB (Red+Green+Blue) = 188+118+182=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76B6 is #438949. Grayscale: #929292. Windows color (decimal): -4426058 or 11957948. OLE color: 11957948.
HSL color Cylindrical-coordinate representation of color #BC76B6: hue angle of 305.14º 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 #BC76B6 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 182 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.26 |
| HSL | 305.14º | 0.34% | 0.6% | - |
| HSV(B) | 305.14º | 0.37% | 0.74% | - |
| XYZ | 35.66 | 27.03 | 47.59 | - |
| YUV | 146.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 182 | 0 | 0.37 | 0.03 | 0.26 | 305.14 | 0.34 | 0.6 |
| Hex | BC | 76 | B6 | 0 | 25 | 3 | 1A | 131 | 22 | 3C |
| Octal | 274 | 166 | 266 | 0 | 45 | 3 | 32 | 461 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10110110 | 0 | 100101 | 11 | 11010 | 100110001 | 100010 | 111100 |
Color Harmonies of #BC76B6
Complementary color
Monochromatic Colors of #BC76B6
Black with #BC76B6
Text Example
Text Example
White with #BC76B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76B6; }
p { color: rgb(188,118,182); }
H1.HeaderClassName
{
color: #BC76B6;
}
.AnyTagClassName
{
color: #BC76B6;
}
</style>
background-color css
<style>
a { background-color: #BC76B6; }
a { background-color: rgb(188,118,182); }
div.DivClassName
{
background-color: #BC76B6;
}
.BgClassName
{
background-color: #BC76B6;
}
</style>
border-color css
<style>
span { border-color: #BC76B6; }
span { border-color: rgb(188,118,182); }
td.TdClassName
{
border-color: #BC76B6;
}
.TagClassName
{
border-color: #BC76B6;
}
</style>