Shades of London Hue #BC78BA
Tints of London Hue #BC78BA
RGB
CMYK
RGB Variations
Color information
#BC78BA (or 0xBC78BA) is known color: London Hue. HEX triplet: BC, 78 and BA. RGB value is (188,120,186). Sum of RGB (Red+Green+Blue) = 188+120+186=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78BA is #438745. Grayscale: #939393. Windows color (decimal): -4425542 or 12220604. OLE color: 12220604.
HSL color Cylindrical-coordinate representation of color #BC78BA: hue angle of 301.76º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC78BA is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 186 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.26 |
| HSL | 301.76º | 0.34% | 0.6% | - |
| HSV(B) | 301.76º | 0.36% | 0.74% | - |
| XYZ | 36.32 | 27.67 | 49.88 | - |
| YUV | 147.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 186 | 0 | 0.36 | 0.01 | 0.26 | 301.76 | 0.34 | 0.6 |
| Hex | BC | 78 | BA | 0 | 24 | 1 | 1A | 12E | 22 | 3C |
| Octal | 274 | 170 | 272 | 0 | 44 | 1 | 32 | 456 | 42 | 74 |
| Binary | 10111100 | 1111000 | 10111010 | 0 | 100100 | 1 | 11010 | 100101110 | 100010 | 111100 |
Color Harmonies of #BC78BA
Complementary color
Monochromatic Colors of #BC78BA
Black with #BC78BA
Text Example
Text Example
White with #BC78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78BA; }
p { color: rgb(188,120,186); }
H1.HeaderClassName
{
color: #BC78BA;
}
.AnyTagClassName
{
color: #BC78BA;
}
</style>
background-color css
<style>
a { background-color: #BC78BA; }
a { background-color: rgb(188,120,186); }
div.DivClassName
{
background-color: #BC78BA;
}
.BgClassName
{
background-color: #BC78BA;
}
</style>
border-color css
<style>
span { border-color: #BC78BA; }
span { border-color: rgb(188,120,186); }
td.TdClassName
{
border-color: #BC78BA;
}
.TagClassName
{
border-color: #BC78BA;
}
</style>