Shades of London Hue #BC7BB4
Tints of London Hue #BC7BB4
RGB
CMYK
RGB Variations
Color information
#BC7BB4 (or 0xBC7BB4) is known color: London Hue. HEX triplet: BC, 7B and B4. RGB value is (188,123,180). Sum of RGB (Red+Green+Blue) = 188+123+180=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BB4 is #43844B. Grayscale: #949494. Windows color (decimal): -4424780 or 11828156. OLE color: 11828156.
HSL color Cylindrical-coordinate representation of color #BC7BB4: hue angle of 307.38º 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 #BC7BB4 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 180 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.26 |
| HSL | 307.38º | 0.33% | 0.61% | - |
| HSV(B) | 307.38º | 0.35% | 0.74% | - |
| XYZ | 36.06 | 28.15 | 46.71 | - |
| YUV | 148.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 180 | 0 | 0.35 | 0.04 | 0.26 | 307.38 | 0.33 | 0.61 |
| Hex | BC | 7B | B4 | 0 | 23 | 4 | 1A | 133 | 21 | 3D |
| Octal | 274 | 173 | 264 | 0 | 43 | 4 | 32 | 463 | 41 | 75 |
| Binary | 10111100 | 1111011 | 10110100 | 0 | 100011 | 100 | 11010 | 100110011 | 100001 | 111101 |
Color Harmonies of #BC7BB4
Complementary color
Monochromatic Colors of #BC7BB4
Black with #BC7BB4
Text Example
Text Example
White with #BC7BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BB4; }
p { color: rgb(188,123,180); }
H1.HeaderClassName
{
color: #BC7BB4;
}
.AnyTagClassName
{
color: #BC7BB4;
}
</style>
background-color css
<style>
a { background-color: #BC7BB4; }
a { background-color: rgb(188,123,180); }
div.DivClassName
{
background-color: #BC7BB4;
}
.BgClassName
{
background-color: #BC7BB4;
}
</style>
border-color css
<style>
span { border-color: #BC7BB4; }
span { border-color: rgb(188,123,180); }
td.TdClassName
{
border-color: #BC7BB4;
}
.TagClassName
{
border-color: #BC7BB4;
}
</style>