Shades of London Hue #BC75B1
Tints of London Hue #BC75B1
RGB
CMYK
RGB Variations
Color information
#BC75B1 (or 0xBC75B1) is known color: London Hue. HEX triplet: BC, 75 and B1. RGB value is (188,117,177). Sum of RGB (Red+Green+Blue) = 188+117+177=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC75B1 is #438A4E. Grayscale: #909090. Windows color (decimal): -4426319 or 11630012. OLE color: 11630012.
HSL color Cylindrical-coordinate representation of color #BC75B1: hue angle of 309.3º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC75B1 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 177 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.26 |
| HSL | 309.3º | 0.35% | 0.6% | - |
| HSV(B) | 309.3º | 0.38% | 0.74% | - |
| XYZ | 35.04 | 26.59 | 44.88 | - |
| YUV | 145.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 177 | 0 | 0.38 | 0.06 | 0.26 | 309.3 | 0.35 | 0.6 |
| Hex | BC | 75 | B1 | 0 | 26 | 6 | 1A | 135 | 23 | 3C |
| Octal | 274 | 165 | 261 | 0 | 46 | 6 | 32 | 465 | 43 | 74 |
| Binary | 10111100 | 1110101 | 10110001 | 0 | 100110 | 110 | 11010 | 100110101 | 100011 | 111100 |
Color Harmonies of #BC75B1
Complementary color
Monochromatic Colors of #BC75B1
Black with #BC75B1
Text Example
Text Example
White with #BC75B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75B1; }
p { color: rgb(188,117,177); }
H1.HeaderClassName
{
color: #BC75B1;
}
.AnyTagClassName
{
color: #BC75B1;
}
</style>
background-color css
<style>
a { background-color: #BC75B1; }
a { background-color: rgb(188,117,177); }
div.DivClassName
{
background-color: #BC75B1;
}
.BgClassName
{
background-color: #BC75B1;
}
</style>
border-color css
<style>
span { border-color: #BC75B1; }
span { border-color: rgb(188,117,177); }
td.TdClassName
{
border-color: #BC75B1;
}
.TagClassName
{
border-color: #BC75B1;
}
</style>