Shades of London Hue #BC76B5
Tints of London Hue #BC76B5
RGB
CMYK
RGB Variations
Color information
#BC76B5 (or 0xBC76B5) is known color: London Hue. HEX triplet: BC, 76 and B5. RGB value is (188,118,181). Sum of RGB (Red+Green+Blue) = 188+118+181=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76B5 is #43894A. Grayscale: #919191. Windows color (decimal): -4426059 or 11892412. OLE color: 11892412.
HSL color Cylindrical-coordinate representation of color #BC76B5: hue angle of 306º 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 #BC76B5 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 181 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.26 |
| HSL | 306º | 0.34% | 0.6% | - |
| HSV(B) | 306º | 0.37% | 0.74% | - |
| XYZ | 35.56 | 26.98 | 47.05 | - |
| YUV | 146.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 181 | 0 | 0.37 | 0.04 | 0.26 | 306 | 0.34 | 0.6 |
| Hex | BC | 76 | B5 | 0 | 25 | 4 | 1A | 132 | 22 | 3C |
| Octal | 274 | 166 | 265 | 0 | 45 | 4 | 32 | 462 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10110101 | 0 | 100101 | 100 | 11010 | 100110010 | 100010 | 111100 |
Color Harmonies of #BC76B5
Complementary color
Monochromatic Colors of #BC76B5
Black with #BC76B5
Text Example
Text Example
White with #BC76B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76B5; }
p { color: rgb(188,118,181); }
H1.HeaderClassName
{
color: #BC76B5;
}
.AnyTagClassName
{
color: #BC76B5;
}
</style>
background-color css
<style>
a { background-color: #BC76B5; }
a { background-color: rgb(188,118,181); }
div.DivClassName
{
background-color: #BC76B5;
}
.BgClassName
{
background-color: #BC76B5;
}
</style>
border-color css
<style>
span { border-color: #BC76B5; }
span { border-color: rgb(188,118,181); }
td.TdClassName
{
border-color: #BC76B5;
}
.TagClassName
{
border-color: #BC76B5;
}
</style>