Shades of Royal Heath #BC5172
Tints of Royal Heath #BC5172
RGB
CMYK
RGB Variations
Color information
#BC5172 (or 0xBC5172) is known color: Royal Heath. HEX triplet: BC, 51 and 72. RGB value is (188,81,114). Sum of RGB (Red+Green+Blue) = 188+81+114=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5172 is #43AE8D. Grayscale: #747474. Windows color (decimal): -4435598 or 7492028. OLE color: 7492028.
HSL color Cylindrical-coordinate representation of color #BC5172: hue angle of 341.5º 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 #BC5172 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 114 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.26 |
| HSL | 341.5º | 0.44% | 0.53% | - |
| HSV(B) | 341.5º | 0.57% | 0.74% | - |
| XYZ | 26.72 | 17.79 | 17.95 | - |
| YUV | 116.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 114 | 0 | 0.57 | 0.39 | 0.26 | 341.5 | 0.44 | 0.53 |
| Hex | BC | 51 | 72 | 0 | 39 | 27 | 1A | 155 | 2C | 35 |
| Octal | 274 | 121 | 162 | 0 | 71 | 47 | 32 | 525 | 54 | 65 |
| Binary | 10111100 | 1010001 | 1110010 | 0 | 111001 | 100111 | 11010 | 101010101 | 101100 | 110101 |
Color Harmonies of #BC5172
Complementary color
Monochromatic Colors of #BC5172
Black with #BC5172
Text Example
Text Example
White with #BC5172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5172; }
p { color: rgb(188,81,114); }
H1.HeaderClassName
{
color: #BC5172;
}
.AnyTagClassName
{
color: #BC5172;
}
</style>
background-color css
<style>
a { background-color: #BC5172; }
a { background-color: rgb(188,81,114); }
div.DivClassName
{
background-color: #BC5172;
}
.BgClassName
{
background-color: #BC5172;
}
</style>
border-color css
<style>
span { border-color: #BC5172; }
span { border-color: rgb(188,81,114); }
td.TdClassName
{
border-color: #BC5172;
}
.TagClassName
{
border-color: #BC5172;
}
</style>