Shades of London Hue #BC74B2
Tints of London Hue #BC74B2
RGB
CMYK
RGB Variations
Color information
#BC74B2 (or 0xBC74B2) is known color: London Hue. HEX triplet: BC, 74 and B2. RGB value is (188,116,178). Sum of RGB (Red+Green+Blue) = 188+116+178=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74B2 is #438B4D. Grayscale: #909090. Windows color (decimal): -4426574 or 11695292. OLE color: 11695292.
HSL color Cylindrical-coordinate representation of color #BC74B2: hue angle of 308.33º 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 #BC74B2 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 178 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.26 |
| HSL | 308.33º | 0.35% | 0.6% | - |
| HSV(B) | 308.33º | 0.38% | 0.74% | - |
| XYZ | 35.02 | 26.4 | 45.37 | - |
| YUV | 144.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 178 | 0 | 0.38 | 0.05 | 0.26 | 308.33 | 0.35 | 0.6 |
| Hex | BC | 74 | B2 | 0 | 26 | 5 | 1A | 134 | 23 | 3C |
| Octal | 274 | 164 | 262 | 0 | 46 | 5 | 32 | 464 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10110010 | 0 | 100110 | 101 | 11010 | 100110100 | 100011 | 111100 |
Color Harmonies of #BC74B2
Complementary color
Monochromatic Colors of #BC74B2
Black with #BC74B2
Text Example
Text Example
White with #BC74B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74B2; }
p { color: rgb(188,116,178); }
H1.HeaderClassName
{
color: #BC74B2;
}
.AnyTagClassName
{
color: #BC74B2;
}
</style>
background-color css
<style>
a { background-color: #BC74B2; }
a { background-color: rgb(188,116,178); }
div.DivClassName
{
background-color: #BC74B2;
}
.BgClassName
{
background-color: #BC74B2;
}
</style>
border-color css
<style>
span { border-color: #BC74B2; }
span { border-color: rgb(188,116,178); }
td.TdClassName
{
border-color: #BC74B2;
}
.TagClassName
{
border-color: #BC74B2;
}
</style>