Shades of Royal Heath #BC3970
Tints of Royal Heath #BC3970
RGB
CMYK
RGB Variations
Color information
#BC3970 (or 0xBC3970) is known color: Royal Heath. HEX triplet: BC, 39 and 70. RGB value is (188,57,112). Sum of RGB (Red+Green+Blue) = 188+57+112=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3970 is #43C68F. Grayscale: #666666. Windows color (decimal): -4441744 or 7354812. OLE color: 7354812.
HSL color Cylindrical-coordinate representation of color #BC3970: hue angle of 334.81º 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 #BC3970 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 112 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.26 |
| HSL | 334.81º | 0.53% | 0.48% | - |
| HSV(B) | 334.81º | 0.7% | 0.74% | - |
| XYZ | 25.13 | 14.79 | 16.86 | - |
| YUV | 102.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 112 | 0 | 0.70 | 0.40 | 0.26 | 334.81 | 0.53 | 0.48 |
| Hex | BC | 39 | 70 | 0 | 46 | 28 | 1A | 14F | 35 | 30 |
| Octal | 274 | 71 | 160 | 0 | 106 | 50 | 32 | 517 | 65 | 60 |
| Binary | 10111100 | 111001 | 1110000 | 0 | 1000110 | 101000 | 11010 | 101001111 | 110101 | 110000 |
Color Harmonies of #BC3970
Complementary color
Monochromatic Colors of #BC3970
Black with #BC3970
Text Example
Text Example
White with #BC3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3970; }
p { color: rgb(188,57,112); }
H1.HeaderClassName
{
color: #BC3970;
}
.AnyTagClassName
{
color: #BC3970;
}
</style>
background-color css
<style>
a { background-color: #BC3970; }
a { background-color: rgb(188,57,112); }
div.DivClassName
{
background-color: #BC3970;
}
.BgClassName
{
background-color: #BC3970;
}
</style>
border-color css
<style>
span { border-color: #BC3970; }
span { border-color: rgb(188,57,112); }
td.TdClassName
{
border-color: #BC3970;
}
.TagClassName
{
border-color: #BC3970;
}
</style>