Shades of Royal Heath #BC4371
Tints of Royal Heath #BC4371
RGB
CMYK
RGB Variations
Color information
#BC4371 (or 0xBC4371) is known color: Royal Heath. HEX triplet: BC, 43 and 71. RGB value is (188,67,113). Sum of RGB (Red+Green+Blue) = 188+67+113=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4371 is #43BC8E. Grayscale: #6C6C6C. Windows color (decimal): -4439183 or 7422908. OLE color: 7422908.
HSL color Cylindrical-coordinate representation of color #BC4371: hue angle of 337.19º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4371 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 113 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.26 |
| HSL | 337.19º | 0.47% | 0.5% | - |
| HSV(B) | 337.19º | 0.64% | 0.74% | - |
| XYZ | 25.73 | 15.9 | 17.34 | - |
| YUV | 108.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 113 | 0 | 0.64 | 0.40 | 0.26 | 337.19 | 0.47 | 0.5 |
| Hex | BC | 43 | 71 | 0 | 40 | 28 | 1A | 151 | 2F | 32 |
| Octal | 274 | 103 | 161 | 0 | 100 | 50 | 32 | 521 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1110001 | 0 | 1000000 | 101000 | 11010 | 101010001 | 101111 | 110010 |
Color Harmonies of #BC4371
Complementary color
Monochromatic Colors of #BC4371
Black with #BC4371
Text Example
Text Example
White with #BC4371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4371; }
p { color: rgb(188,67,113); }
H1.HeaderClassName
{
color: #BC4371;
}
.AnyTagClassName
{
color: #BC4371;
}
</style>
background-color css
<style>
a { background-color: #BC4371; }
a { background-color: rgb(188,67,113); }
div.DivClassName
{
background-color: #BC4371;
}
.BgClassName
{
background-color: #BC4371;
}
</style>
border-color css
<style>
span { border-color: #BC4371; }
span { border-color: rgb(188,67,113); }
td.TdClassName
{
border-color: #BC4371;
}
.TagClassName
{
border-color: #BC4371;
}
</style>