Shades of Royal Heath #BC5072
Tints of Royal Heath #BC5072
RGB
CMYK
RGB Variations
Color information
#BC5072 (or 0xBC5072) is known color: Royal Heath. HEX triplet: BC, 50 and 72. RGB value is (188,80,114). Sum of RGB (Red+Green+Blue) = 188+80+114=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5072 is #43AF8D. Grayscale: #747474. Windows color (decimal): -4435854 or 7491772. OLE color: 7491772.
HSL color Cylindrical-coordinate representation of color #BC5072: hue angle of 341.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5072 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 114 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.26 |
| HSL | 341.11º | 0.45% | 0.53% | - |
| HSV(B) | 341.11º | 0.57% | 0.74% | - |
| XYZ | 26.64 | 17.64 | 17.92 | - |
| YUV | 116.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 114 | 0 | 0.57 | 0.39 | 0.26 | 341.11 | 0.45 | 0.53 |
| Hex | BC | 50 | 72 | 0 | 39 | 27 | 1A | 155 | 2D | 35 |
| Octal | 274 | 120 | 162 | 0 | 71 | 47 | 32 | 525 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1110010 | 0 | 111001 | 100111 | 11010 | 101010101 | 101101 | 110101 |
Color Harmonies of #BC5072
Complementary color
Monochromatic Colors of #BC5072
Black with #BC5072
Text Example
Text Example
White with #BC5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5072; }
p { color: rgb(188,80,114); }
H1.HeaderClassName
{
color: #BC5072;
}
.AnyTagClassName
{
color: #BC5072;
}
</style>
background-color css
<style>
a { background-color: #BC5072; }
a { background-color: rgb(188,80,114); }
div.DivClassName
{
background-color: #BC5072;
}
.BgClassName
{
background-color: #BC5072;
}
</style>
border-color css
<style>
span { border-color: #BC5072; }
span { border-color: rgb(188,80,114); }
td.TdClassName
{
border-color: #BC5072;
}
.TagClassName
{
border-color: #BC5072;
}
</style>