Shades of Royal Heath #BC5981
Tints of Royal Heath #BC5981
RGB
CMYK
RGB Variations
Color information
#BC5981 (or 0xBC5981) is known color: Royal Heath. HEX triplet: BC, 59 and 81. RGB value is (188,89,129). Sum of RGB (Red+Green+Blue) = 188+89+129=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5981 is #43A67E. Grayscale: #7B7B7B. Windows color (decimal): -4433535 or 8477116. OLE color: 8477116.
HSL color Cylindrical-coordinate representation of color #BC5981: hue angle of 335.76º 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 #BC5981 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 129 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.26 |
| HSL | 335.76º | 0.42% | 0.54% | - |
| HSV(B) | 335.76º | 0.53% | 0.74% | - |
| XYZ | 28.27 | 19.42 | 23.03 | - |
| YUV | 123.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 129 | 0 | 0.53 | 0.31 | 0.26 | 335.76 | 0.42 | 0.54 |
| Hex | BC | 59 | 81 | 0 | 35 | 1F | 1A | 150 | 2A | 36 |
| Octal | 274 | 131 | 201 | 0 | 65 | 37 | 32 | 520 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10000001 | 0 | 110101 | 11111 | 11010 | 101010000 | 101010 | 110110 |
Color Harmonies of #BC5981
Complementary color
Monochromatic Colors of #BC5981
Black with #BC5981
Text Example
Text Example
White with #BC5981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5981; }
p { color: rgb(188,89,129); }
H1.HeaderClassName
{
color: #BC5981;
}
.AnyTagClassName
{
color: #BC5981;
}
</style>
background-color css
<style>
a { background-color: #BC5981; }
a { background-color: rgb(188,89,129); }
div.DivClassName
{
background-color: #BC5981;
}
.BgClassName
{
background-color: #BC5981;
}
</style>
border-color css
<style>
span { border-color: #BC5981; }
span { border-color: rgb(188,89,129); }
td.TdClassName
{
border-color: #BC5981;
}
.TagClassName
{
border-color: #BC5981;
}
</style>