Shades of Royal Heath #BC5079
Tints of Royal Heath #BC5079
RGB
CMYK
RGB Variations
Color information
#BC5079 (or 0xBC5079) is known color: Royal Heath. HEX triplet: BC, 50 and 79. RGB value is (188,80,121). Sum of RGB (Red+Green+Blue) = 188+80+121=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5079 is #43AF86. Grayscale: #747474. Windows color (decimal): -4435847 or 7950524. OLE color: 7950524.
HSL color Cylindrical-coordinate representation of color #BC5079: hue angle of 337.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5079 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 121 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.26 |
| HSL | 337.22º | 0.45% | 0.53% | - |
| HSV(B) | 337.22º | 0.57% | 0.74% | - |
| XYZ | 27.06 | 17.81 | 20.1 | - |
| YUV | 116.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 121 | 0 | 0.57 | 0.36 | 0.26 | 337.22 | 0.45 | 0.53 |
| Hex | BC | 50 | 79 | 0 | 39 | 24 | 1A | 151 | 2D | 35 |
| Octal | 274 | 120 | 171 | 0 | 71 | 44 | 32 | 521 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1111001 | 0 | 111001 | 100100 | 11010 | 101010001 | 101101 | 110101 |
Color Harmonies of #BC5079
Complementary color
Monochromatic Colors of #BC5079
Black with #BC5079
Text Example
Text Example
White with #BC5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5079; }
p { color: rgb(188,80,121); }
H1.HeaderClassName
{
color: #BC5079;
}
.AnyTagClassName
{
color: #BC5079;
}
</style>
background-color css
<style>
a { background-color: #BC5079; }
a { background-color: rgb(188,80,121); }
div.DivClassName
{
background-color: #BC5079;
}
.BgClassName
{
background-color: #BC5079;
}
</style>
border-color css
<style>
span { border-color: #BC5079; }
span { border-color: rgb(188,80,121); }
td.TdClassName
{
border-color: #BC5079;
}
.TagClassName
{
border-color: #BC5079;
}
</style>