Shades of London Hue #BC79B2
Tints of London Hue #BC79B2
RGB
CMYK
RGB Variations
Color information
#BC79B2 (or 0xBC79B2) is known color: London Hue. HEX triplet: BC, 79 and B2. RGB value is (188,121,178). Sum of RGB (Red+Green+Blue) = 188+121+178=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79B2 is #43864D. Grayscale: #939393. Windows color (decimal): -4425294 or 11696572. OLE color: 11696572.
HSL color Cylindrical-coordinate representation of color #BC79B2: hue angle of 308.96º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC79B2 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 178 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.26 |
| HSL | 308.96º | 0.33% | 0.61% | - |
| HSV(B) | 308.96º | 0.36% | 0.74% | - |
| XYZ | 35.61 | 27.58 | 45.57 | - |
| YUV | 147.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 178 | 0 | 0.36 | 0.05 | 0.26 | 308.96 | 0.33 | 0.61 |
| Hex | BC | 79 | B2 | 0 | 24 | 5 | 1A | 135 | 21 | 3D |
| Octal | 274 | 171 | 262 | 0 | 44 | 5 | 32 | 465 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10110010 | 0 | 100100 | 101 | 11010 | 100110101 | 100001 | 111101 |
Color Harmonies of #BC79B2
Complementary color
Monochromatic Colors of #BC79B2
Black with #BC79B2
Text Example
Text Example
White with #BC79B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC79B2; }
p { color: rgb(188,121,178); }
H1.HeaderClassName
{
color: #BC79B2;
}
.AnyTagClassName
{
color: #BC79B2;
}
</style>
background-color css
<style>
a { background-color: #BC79B2; }
a { background-color: rgb(188,121,178); }
div.DivClassName
{
background-color: #BC79B2;
}
.BgClassName
{
background-color: #BC79B2;
}
</style>
border-color css
<style>
span { border-color: #BC79B2; }
span { border-color: rgb(188,121,178); }
td.TdClassName
{
border-color: #BC79B2;
}
.TagClassName
{
border-color: #BC79B2;
}
</style>