Shades of Royal Heath #BC3971
Tints of Royal Heath #BC3971
RGB
CMYK
RGB Variations
Color information
#BC3971 (or 0xBC3971) is known color: Royal Heath. HEX triplet: BC, 39 and 71. RGB value is (188,57,113). Sum of RGB (Red+Green+Blue) = 188+57+113=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3971 is #43C68E. Grayscale: #666666. Windows color (decimal): -4441743 or 7420348. OLE color: 7420348.
HSL color Cylindrical-coordinate representation of color #BC3971: hue angle of 334.35º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3971 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 113 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.26 |
| HSL | 334.35º | 0.53% | 0.48% | - |
| HSV(B) | 334.35º | 0.7% | 0.74% | - |
| XYZ | 25.18 | 14.81 | 17.15 | - |
| YUV | 102.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 113 | 0 | 0.70 | 0.40 | 0.26 | 334.35 | 0.53 | 0.48 |
| Hex | BC | 39 | 71 | 0 | 46 | 28 | 1A | 14E | 35 | 30 |
| Octal | 274 | 71 | 161 | 0 | 106 | 50 | 32 | 516 | 65 | 60 |
| Binary | 10111100 | 111001 | 1110001 | 0 | 1000110 | 101000 | 11010 | 101001110 | 110101 | 110000 |
Color Harmonies of #BC3971
Complementary color
Monochromatic Colors of #BC3971
Black with #BC3971
Text Example
Text Example
White with #BC3971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3971; }
p { color: rgb(188,57,113); }
H1.HeaderClassName
{
color: #BC3971;
}
.AnyTagClassName
{
color: #BC3971;
}
</style>
background-color css
<style>
a { background-color: #BC3971; }
a { background-color: rgb(188,57,113); }
div.DivClassName
{
background-color: #BC3971;
}
.BgClassName
{
background-color: #BC3971;
}
</style>
border-color css
<style>
span { border-color: #BC3971; }
span { border-color: rgb(188,57,113); }
td.TdClassName
{
border-color: #BC3971;
}
.TagClassName
{
border-color: #BC3971;
}
</style>