Shades of London Hue #BC7AB2
Tints of London Hue #BC7AB2
RGB
CMYK
RGB Variations
Color information
#BC7AB2 (or 0xBC7AB2) is known color: London Hue. HEX triplet: BC, 7A and B2. RGB value is (188,122,178). Sum of RGB (Red+Green+Blue) = 188+122+178=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AB2 is #43854D. Grayscale: #939393. Windows color (decimal): -4425038 or 11696828. OLE color: 11696828.
HSL color Cylindrical-coordinate representation of color #BC7AB2: hue angle of 309.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7AB2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 178 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.26 |
| HSL | 309.09º | 0.33% | 0.61% | - |
| HSV(B) | 309.09º | 0.35% | 0.74% | - |
| XYZ | 35.73 | 27.82 | 45.61 | - |
| YUV | 148.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 178 | 0 | 0.35 | 0.05 | 0.26 | 309.09 | 0.33 | 0.61 |
| Hex | BC | 7A | B2 | 0 | 23 | 5 | 1A | 135 | 21 | 3D |
| Octal | 274 | 172 | 262 | 0 | 43 | 5 | 32 | 465 | 41 | 75 |
| Binary | 10111100 | 1111010 | 10110010 | 0 | 100011 | 101 | 11010 | 100110101 | 100001 | 111101 |
Color Harmonies of #BC7AB2
Complementary color
Monochromatic Colors of #BC7AB2
Black with #BC7AB2
Text Example
Text Example
White with #BC7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AB2; }
p { color: rgb(188,122,178); }
H1.HeaderClassName
{
color: #BC7AB2;
}
.AnyTagClassName
{
color: #BC7AB2;
}
</style>
background-color css
<style>
a { background-color: #BC7AB2; }
a { background-color: rgb(188,122,178); }
div.DivClassName
{
background-color: #BC7AB2;
}
.BgClassName
{
background-color: #BC7AB2;
}
</style>
border-color css
<style>
span { border-color: #BC7AB2; }
span { border-color: rgb(188,122,178); }
td.TdClassName
{
border-color: #BC7AB2;
}
.TagClassName
{
border-color: #BC7AB2;
}
</style>