Shades of Royal Heath #BC4470
Tints of Royal Heath #BC4470
RGB
CMYK
RGB Variations
Color information
#BC4470 (or 0xBC4470) is known color: Royal Heath. HEX triplet: BC, 44 and 70. RGB value is (188,68,112). Sum of RGB (Red+Green+Blue) = 188+68+112=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4470 is #43BB8F. Grayscale: #6C6C6C. Windows color (decimal): -4438928 or 7357628. OLE color: 7357628.
HSL color Cylindrical-coordinate representation of color #BC4470: hue angle of 338º 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 #BC4470 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 112 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.26 |
| HSL | 338º | 0.47% | 0.5% | - |
| HSV(B) | 338º | 0.64% | 0.74% | - |
| XYZ | 25.73 | 16 | 17.06 | - |
| YUV | 108.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 112 | 0 | 0.64 | 0.40 | 0.26 | 338 | 0.47 | 0.5 |
| Hex | BC | 44 | 70 | 0 | 40 | 28 | 1A | 152 | 2F | 32 |
| Octal | 274 | 104 | 160 | 0 | 100 | 50 | 32 | 522 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1110000 | 0 | 1000000 | 101000 | 11010 | 101010010 | 101111 | 110010 |
Color Harmonies of #BC4470
Complementary color
Monochromatic Colors of #BC4470
Black with #BC4470
Text Example
Text Example
White with #BC4470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4470; }
p { color: rgb(188,68,112); }
H1.HeaderClassName
{
color: #BC4470;
}
.AnyTagClassName
{
color: #BC4470;
}
</style>
background-color css
<style>
a { background-color: #BC4470; }
a { background-color: rgb(188,68,112); }
div.DivClassName
{
background-color: #BC4470;
}
.BgClassName
{
background-color: #BC4470;
}
</style>
border-color css
<style>
span { border-color: #BC4470; }
span { border-color: rgb(188,68,112); }
td.TdClassName
{
border-color: #BC4470;
}
.TagClassName
{
border-color: #BC4470;
}
</style>