Shades of Royal Heath #BC4577
Tints of Royal Heath #BC4577
RGB
CMYK
RGB Variations
Color information
#BC4577 (or 0xBC4577) is known color: Royal Heath. HEX triplet: BC, 45 and 77. RGB value is (188,69,119). Sum of RGB (Red+Green+Blue) = 188+69+119=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4577 is #43BA88. Grayscale: #6E6E6E. Windows color (decimal): -4438665 or 7816636. OLE color: 7816636.
HSL color Cylindrical-coordinate representation of color #BC4577: hue angle of 334.79º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4577 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 119 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.26 |
| HSL | 334.79º | 0.47% | 0.5% | - |
| HSV(B) | 334.79º | 0.63% | 0.74% | - |
| XYZ | 26.2 | 16.28 | 19.21 | - |
| YUV | 110.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 119 | 0 | 0.63 | 0.37 | 0.26 | 334.79 | 0.47 | 0.5 |
| Hex | BC | 45 | 77 | 0 | 3F | 25 | 1A | 14F | 2F | 32 |
| Octal | 274 | 105 | 167 | 0 | 77 | 45 | 32 | 517 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1110111 | 0 | 111111 | 100101 | 11010 | 101001111 | 101111 | 110010 |
Color Harmonies of #BC4577
Complementary color
Monochromatic Colors of #BC4577
Black with #BC4577
Text Example
Text Example
White with #BC4577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4577; }
p { color: rgb(188,69,119); }
H1.HeaderClassName
{
color: #BC4577;
}
.AnyTagClassName
{
color: #BC4577;
}
</style>
background-color css
<style>
a { background-color: #BC4577; }
a { background-color: rgb(188,69,119); }
div.DivClassName
{
background-color: #BC4577;
}
.BgClassName
{
background-color: #BC4577;
}
</style>
border-color css
<style>
span { border-color: #BC4577; }
span { border-color: rgb(188,69,119); }
td.TdClassName
{
border-color: #BC4577;
}
.TagClassName
{
border-color: #BC4577;
}
</style>