Shades of London Hue #BC74B1
Tints of London Hue #BC74B1
RGB
CMYK
RGB Variations
Color information
#BC74B1 (or 0xBC74B1) is known color: London Hue. HEX triplet: BC, 74 and B1. RGB value is (188,116,177). Sum of RGB (Red+Green+Blue) = 188+116+177=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74B1 is #438B4E. Grayscale: #909090. Windows color (decimal): -4426575 or 11629756. OLE color: 11629756.
HSL color Cylindrical-coordinate representation of color #BC74B1: hue angle of 309.17º 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 #BC74B1 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 177 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.26 |
| HSL | 309.17º | 0.35% | 0.6% | - |
| HSV(B) | 309.17º | 0.38% | 0.74% | - |
| XYZ | 34.92 | 26.36 | 44.84 | - |
| YUV | 144.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 177 | 0 | 0.38 | 0.06 | 0.26 | 309.17 | 0.35 | 0.6 |
| Hex | BC | 74 | B1 | 0 | 26 | 6 | 1A | 135 | 23 | 3C |
| Octal | 274 | 164 | 261 | 0 | 46 | 6 | 32 | 465 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10110001 | 0 | 100110 | 110 | 11010 | 100110101 | 100011 | 111100 |
Color Harmonies of #BC74B1
Complementary color
Monochromatic Colors of #BC74B1
Black with #BC74B1
Text Example
Text Example
White with #BC74B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74B1; }
p { color: rgb(188,116,177); }
H1.HeaderClassName
{
color: #BC74B1;
}
.AnyTagClassName
{
color: #BC74B1;
}
</style>
background-color css
<style>
a { background-color: #BC74B1; }
a { background-color: rgb(188,116,177); }
div.DivClassName
{
background-color: #BC74B1;
}
.BgClassName
{
background-color: #BC74B1;
}
</style>
border-color css
<style>
span { border-color: #BC74B1; }
span { border-color: rgb(188,116,177); }
td.TdClassName
{
border-color: #BC74B1;
}
.TagClassName
{
border-color: #BC74B1;
}
</style>