Shades of Royal Heath #BC5780
Tints of Royal Heath #BC5780
RGB
CMYK
RGB Variations
Color information
#BC5780 (or 0xBC5780) is known color: Royal Heath. HEX triplet: BC, 57 and 80. RGB value is (188,87,128). Sum of RGB (Red+Green+Blue) = 188+87+128=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5780 is #43A87F. Grayscale: #797979. Windows color (decimal): -4434048 or 8411068. OLE color: 8411068.
HSL color Cylindrical-coordinate representation of color #BC5780: hue angle of 335.64º 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 #BC5780 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 128 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.26 |
| HSL | 335.64º | 0.43% | 0.54% | - |
| HSV(B) | 335.64º | 0.54% | 0.74% | - |
| XYZ | 28.04 | 19.07 | 22.62 | - |
| YUV | 121.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 128 | 0 | 0.54 | 0.32 | 0.26 | 335.64 | 0.43 | 0.54 |
| Hex | BC | 57 | 80 | 0 | 36 | 20 | 1A | 150 | 2B | 36 |
| Octal | 274 | 127 | 200 | 0 | 66 | 40 | 32 | 520 | 53 | 66 |
| Binary | 10111100 | 1010111 | 10000000 | 0 | 110110 | 100000 | 11010 | 101010000 | 101011 | 110110 |
Color Harmonies of #BC5780
Complementary color
Monochromatic Colors of #BC5780
Black with #BC5780
Text Example
Text Example
White with #BC5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5780; }
p { color: rgb(188,87,128); }
H1.HeaderClassName
{
color: #BC5780;
}
.AnyTagClassName
{
color: #BC5780;
}
</style>
background-color css
<style>
a { background-color: #BC5780; }
a { background-color: rgb(188,87,128); }
div.DivClassName
{
background-color: #BC5780;
}
.BgClassName
{
background-color: #BC5780;
}
</style>
border-color css
<style>
span { border-color: #BC5780; }
span { border-color: rgb(188,87,128); }
td.TdClassName
{
border-color: #BC5780;
}
.TagClassName
{
border-color: #BC5780;
}
</style>