Shades of Royal Heath #BC5979
Tints of Royal Heath #BC5979
RGB
CMYK
RGB Variations
Color information
#BC5979 (or 0xBC5979) is known color: Royal Heath. HEX triplet: BC, 59 and 79. RGB value is (188,89,121). Sum of RGB (Red+Green+Blue) = 188+89+121=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5979 is #43A686. Grayscale: #7A7A7A. Windows color (decimal): -4433543 or 7952828. OLE color: 7952828.
HSL color Cylindrical-coordinate representation of color #BC5979: hue angle of 340.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5979 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 121 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.26 |
| HSL | 340.61º | 0.42% | 0.54% | - |
| HSV(B) | 340.61º | 0.53% | 0.74% | - |
| XYZ | 27.76 | 19.22 | 20.34 | - |
| YUV | 122.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 121 | 0 | 0.53 | 0.36 | 0.26 | 340.61 | 0.42 | 0.54 |
| Hex | BC | 59 | 79 | 0 | 35 | 24 | 1A | 155 | 2A | 36 |
| Octal | 274 | 131 | 171 | 0 | 65 | 44 | 32 | 525 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1111001 | 0 | 110101 | 100100 | 11010 | 101010101 | 101010 | 110110 |
Color Harmonies of #BC5979
Complementary color
Monochromatic Colors of #BC5979
Black with #BC5979
Text Example
Text Example
White with #BC5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5979; }
p { color: rgb(188,89,121); }
H1.HeaderClassName
{
color: #BC5979;
}
.AnyTagClassName
{
color: #BC5979;
}
</style>
background-color css
<style>
a { background-color: #BC5979; }
a { background-color: rgb(188,89,121); }
div.DivClassName
{
background-color: #BC5979;
}
.BgClassName
{
background-color: #BC5979;
}
</style>
border-color css
<style>
span { border-color: #BC5979; }
span { border-color: rgb(188,89,121); }
td.TdClassName
{
border-color: #BC5979;
}
.TagClassName
{
border-color: #BC5979;
}
</style>