Shades of London Hue #BC7AB9
Tints of London Hue #BC7AB9
RGB
CMYK
RGB Variations
Color information
#BC7AB9 (or 0xBC7AB9) is known color: London Hue. HEX triplet: BC, 7A and B9. RGB value is (188,122,185). Sum of RGB (Red+Green+Blue) = 188+122+185=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7AB9 is #438546. Grayscale: #949494. Windows color (decimal): -4425031 or 12155580. OLE color: 12155580.
HSL color Cylindrical-coordinate representation of color #BC7AB9: hue angle of 302.73º 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 #BC7AB9 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 185 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.26 |
| HSL | 302.73º | 0.33% | 0.61% | - |
| HSV(B) | 302.73º | 0.35% | 0.74% | - |
| XYZ | 36.46 | 28.11 | 49.4 | - |
| YUV | 148.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 185 | 0 | 0.35 | 0.02 | 0.26 | 302.73 | 0.33 | 0.61 |
| Hex | BC | 7A | B9 | 0 | 23 | 2 | 1A | 12F | 21 | 3D |
| Octal | 274 | 172 | 271 | 0 | 43 | 2 | 32 | 457 | 41 | 75 |
| Binary | 10111100 | 1111010 | 10111001 | 0 | 100011 | 10 | 11010 | 100101111 | 100001 | 111101 |
Color Harmonies of #BC7AB9
Complementary color
Monochromatic Colors of #BC7AB9
Black with #BC7AB9
Text Example
Text Example
White with #BC7AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AB9; }
p { color: rgb(188,122,185); }
H1.HeaderClassName
{
color: #BC7AB9;
}
.AnyTagClassName
{
color: #BC7AB9;
}
</style>
background-color css
<style>
a { background-color: #BC7AB9; }
a { background-color: rgb(188,122,185); }
div.DivClassName
{
background-color: #BC7AB9;
}
.BgClassName
{
background-color: #BC7AB9;
}
</style>
border-color css
<style>
span { border-color: #BC7AB9; }
span { border-color: rgb(188,122,185); }
td.TdClassName
{
border-color: #BC7AB9;
}
.TagClassName
{
border-color: #BC7AB9;
}
</style>