Shades of Royal Heath #BC517C
Tints of Royal Heath #BC517C
RGB
CMYK
RGB Variations
Color information
#BC517C (or 0xBC517C) is known color: Royal Heath. HEX triplet: BC, 51 and 7C. RGB value is (188,81,124). Sum of RGB (Red+Green+Blue) = 188+81+124=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC517C is #43AE83. Grayscale: #757575. Windows color (decimal): -4435588 or 8147388. OLE color: 8147388.
HSL color Cylindrical-coordinate representation of color #BC517C: hue angle of 335.89º degrees, saturation: 0.44, 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 #BC517C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 124 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.26 |
| HSL | 335.89º | 0.44% | 0.53% | - |
| HSV(B) | 335.89º | 0.57% | 0.74% | - |
| XYZ | 27.32 | 18.03 | 21.11 | - |
| YUV | 117.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 124 | 0 | 0.57 | 0.34 | 0.26 | 335.89 | 0.44 | 0.53 |
| Hex | BC | 51 | 7C | 0 | 39 | 22 | 1A | 150 | 2C | 35 |
| Octal | 274 | 121 | 174 | 0 | 71 | 42 | 32 | 520 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1111100 | 0 | 111001 | 100010 | 11010 | 101010000 | 101100 | 110101 |
Color Harmonies of #BC517C
Complementary color
Monochromatic Colors of #BC517C
Black with #BC517C
Text Example
Text Example
White with #BC517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC517C; }
p { color: rgb(188,81,124); }
H1.HeaderClassName
{
color: #BC517C;
}
.AnyTagClassName
{
color: #BC517C;
}
</style>
background-color css
<style>
a { background-color: #BC517C; }
a { background-color: rgb(188,81,124); }
div.DivClassName
{
background-color: #BC517C;
}
.BgClassName
{
background-color: #BC517C;
}
</style>
border-color css
<style>
span { border-color: #BC517C; }
span { border-color: rgb(188,81,124); }
td.TdClassName
{
border-color: #BC517C;
}
.TagClassName
{
border-color: #BC517C;
}
</style>