Shades of London Hue #BC7BB6
Tints of London Hue #BC7BB6
RGB
CMYK
RGB Variations
Color information
#BC7BB6 (or 0xBC7BB6) is known color: London Hue. HEX triplet: BC, 7B and B6. RGB value is (188,123,182). Sum of RGB (Red+Green+Blue) = 188+123+182=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BB6 is #438449. Grayscale: #949494. Windows color (decimal): -4424778 or 11959228. OLE color: 11959228.
HSL color Cylindrical-coordinate representation of color #BC7BB6: hue angle of 305.54º 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 #BC7BB6 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 182 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.26 |
| HSL | 305.54º | 0.33% | 0.61% | - |
| HSV(B) | 305.54º | 0.35% | 0.74% | - |
| XYZ | 36.27 | 28.23 | 47.79 | - |
| YUV | 149.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 182 | 0 | 0.35 | 0.03 | 0.26 | 305.54 | 0.33 | 0.61 |
| Hex | BC | 7B | B6 | 0 | 23 | 3 | 1A | 132 | 21 | 3D |
| Octal | 274 | 173 | 266 | 0 | 43 | 3 | 32 | 462 | 41 | 75 |
| Binary | 10111100 | 1111011 | 10110110 | 0 | 100011 | 11 | 11010 | 100110010 | 100001 | 111101 |
Color Harmonies of #BC7BB6
Complementary color
Monochromatic Colors of #BC7BB6
Black with #BC7BB6
Text Example
Text Example
White with #BC7BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BB6; }
p { color: rgb(188,123,182); }
H1.HeaderClassName
{
color: #BC7BB6;
}
.AnyTagClassName
{
color: #BC7BB6;
}
</style>
background-color css
<style>
a { background-color: #BC7BB6; }
a { background-color: rgb(188,123,182); }
div.DivClassName
{
background-color: #BC7BB6;
}
.BgClassName
{
background-color: #BC7BB6;
}
</style>
border-color css
<style>
span { border-color: #BC7BB6; }
span { border-color: rgb(188,123,182); }
td.TdClassName
{
border-color: #BC7BB6;
}
.TagClassName
{
border-color: #BC7BB6;
}
</style>