Shades of London Hue #BC78B2
Tints of London Hue #BC78B2
RGB
CMYK
RGB Variations
Color information
#BC78B2 (or 0xBC78B2) is known color: London Hue. HEX triplet: BC, 78 and B2. RGB value is (188,120,178). Sum of RGB (Red+Green+Blue) = 188+120+178=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78B2 is #43874D. Grayscale: #929292. Windows color (decimal): -4425550 or 11696316. OLE color: 11696316.
HSL color Cylindrical-coordinate representation of color #BC78B2: hue angle of 308.82º 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 #BC78B2 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 178 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.26 |
| HSL | 308.82º | 0.34% | 0.6% | - |
| HSV(B) | 308.82º | 0.36% | 0.74% | - |
| XYZ | 35.49 | 27.34 | 45.53 | - |
| YUV | 146.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 178 | 0 | 0.36 | 0.05 | 0.26 | 308.82 | 0.34 | 0.6 |
| Hex | BC | 78 | B2 | 0 | 24 | 5 | 1A | 135 | 22 | 3C |
| Octal | 274 | 170 | 262 | 0 | 44 | 5 | 32 | 465 | 42 | 74 |
| Binary | 10111100 | 1111000 | 10110010 | 0 | 100100 | 101 | 11010 | 100110101 | 100010 | 111100 |
Color Harmonies of #BC78B2
Complementary color
Monochromatic Colors of #BC78B2
Black with #BC78B2
Text Example
Text Example
White with #BC78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78B2; }
p { color: rgb(188,120,178); }
H1.HeaderClassName
{
color: #BC78B2;
}
.AnyTagClassName
{
color: #BC78B2;
}
</style>
background-color css
<style>
a { background-color: #BC78B2; }
a { background-color: rgb(188,120,178); }
div.DivClassName
{
background-color: #BC78B2;
}
.BgClassName
{
background-color: #BC78B2;
}
</style>
border-color css
<style>
span { border-color: #BC78B2; }
span { border-color: rgb(188,120,178); }
td.TdClassName
{
border-color: #BC78B2;
}
.TagClassName
{
border-color: #BC78B2;
}
</style>