Shades of Royal Heath #BC4270
Tints of Royal Heath #BC4270
RGB
CMYK
RGB Variations
Color information
#BC4270 (or 0xBC4270) is known color: Royal Heath. HEX triplet: BC, 42 and 70. RGB value is (188,66,112). Sum of RGB (Red+Green+Blue) = 188+66+112=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4270 is #43BD8F. Grayscale: #6B6B6B. Windows color (decimal): -4439440 or 7357116. OLE color: 7357116.
HSL color Cylindrical-coordinate representation of color #BC4270: hue angle of 337.38º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4270 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 112 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.26 |
| HSL | 337.38º | 0.48% | 0.5% | - |
| HSV(B) | 337.38º | 0.65% | 0.74% | - |
| XYZ | 25.61 | 15.76 | 17.02 | - |
| YUV | 107.72 | 130.42 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 112 | 0 | 0.65 | 0.40 | 0.26 | 337.38 | 0.48 | 0.5 |
| Hex | BC | 42 | 70 | 0 | 41 | 28 | 1A | 151 | 30 | 32 |
| Octal | 274 | 102 | 160 | 0 | 101 | 50 | 32 | 521 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1110000 | 0 | 1000001 | 101000 | 11010 | 101010001 | 110000 | 110010 |
Color Harmonies of #BC4270
Complementary color
Monochromatic Colors of #BC4270
Black with #BC4270
Text Example
Text Example
White with #BC4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4270; }
p { color: rgb(188,66,112); }
H1.HeaderClassName
{
color: #BC4270;
}
.AnyTagClassName
{
color: #BC4270;
}
</style>
background-color css
<style>
a { background-color: #BC4270; }
a { background-color: rgb(188,66,112); }
div.DivClassName
{
background-color: #BC4270;
}
.BgClassName
{
background-color: #BC4270;
}
</style>
border-color css
<style>
span { border-color: #BC4270; }
span { border-color: rgb(188,66,112); }
td.TdClassName
{
border-color: #BC4270;
}
.TagClassName
{
border-color: #BC4270;
}
</style>