Shades of Royal Heath #BC4671
Tints of Royal Heath #BC4671
RGB
CMYK
RGB Variations
Color information
#BC4671 (or 0xBC4671) is known color: Royal Heath. HEX triplet: BC, 46 and 71. RGB value is (188,70,113). Sum of RGB (Red+Green+Blue) = 188+70+113=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4671 is #43B98E. Grayscale: #6E6E6E. Windows color (decimal): -4438415 or 7423676. OLE color: 7423676.
HSL color Cylindrical-coordinate representation of color #BC4671: hue angle of 338.14º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4671 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 113 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.26 |
| HSL | 338.14º | 0.47% | 0.51% | - |
| HSV(B) | 338.14º | 0.63% | 0.74% | - |
| XYZ | 25.91 | 16.26 | 17.4 | - |
| YUV | 110.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 113 | 0 | 0.63 | 0.40 | 0.26 | 338.14 | 0.47 | 0.51 |
| Hex | BC | 46 | 71 | 0 | 3F | 28 | 1A | 152 | 2F | 33 |
| Octal | 274 | 106 | 161 | 0 | 77 | 50 | 32 | 522 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1110001 | 0 | 111111 | 101000 | 11010 | 101010010 | 101111 | 110011 |
Color Harmonies of #BC4671
Complementary color
Monochromatic Colors of #BC4671
Black with #BC4671
Text Example
Text Example
White with #BC4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4671; }
p { color: rgb(188,70,113); }
H1.HeaderClassName
{
color: #BC4671;
}
.AnyTagClassName
{
color: #BC4671;
}
</style>
background-color css
<style>
a { background-color: #BC4671; }
a { background-color: rgb(188,70,113); }
div.DivClassName
{
background-color: #BC4671;
}
.BgClassName
{
background-color: #BC4671;
}
</style>
border-color css
<style>
span { border-color: #BC4671; }
span { border-color: rgb(188,70,113); }
td.TdClassName
{
border-color: #BC4671;
}
.TagClassName
{
border-color: #BC4671;
}
</style>