Shades of Royal Heath #BC5779
Tints of Royal Heath #BC5779
RGB
CMYK
RGB Variations
Color information
#BC5779 (or 0xBC5779) is known color: Royal Heath. HEX triplet: BC, 57 and 79. RGB value is (188,87,121). Sum of RGB (Red+Green+Blue) = 188+87+121=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5779 is #43A886. Grayscale: #797979. Windows color (decimal): -4434055 or 7952316. OLE color: 7952316.
HSL color Cylindrical-coordinate representation of color #BC5779: hue angle of 339.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5779 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 121 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.26 |
| HSL | 339.8º | 0.43% | 0.54% | - |
| HSV(B) | 339.8º | 0.54% | 0.74% | - |
| XYZ | 27.6 | 18.89 | 20.28 | - |
| YUV | 121.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 121 | 0 | 0.54 | 0.36 | 0.26 | 339.8 | 0.43 | 0.54 |
| Hex | BC | 57 | 79 | 0 | 36 | 24 | 1A | 154 | 2B | 36 |
| Octal | 274 | 127 | 171 | 0 | 66 | 44 | 32 | 524 | 53 | 66 |
| Binary | 10111100 | 1010111 | 1111001 | 0 | 110110 | 100100 | 11010 | 101010100 | 101011 | 110110 |
Color Harmonies of #BC5779
Complementary color
Monochromatic Colors of #BC5779
Black with #BC5779
Text Example
Text Example
White with #BC5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5779; }
p { color: rgb(188,87,121); }
H1.HeaderClassName
{
color: #BC5779;
}
.AnyTagClassName
{
color: #BC5779;
}
</style>
background-color css
<style>
a { background-color: #BC5779; }
a { background-color: rgb(188,87,121); }
div.DivClassName
{
background-color: #BC5779;
}
.BgClassName
{
background-color: #BC5779;
}
</style>
border-color css
<style>
span { border-color: #BC5779; }
span { border-color: rgb(188,87,121); }
td.TdClassName
{
border-color: #BC5779;
}
.TagClassName
{
border-color: #BC5779;
}
</style>