Shades of Royal Heath #BC587E
Tints of Royal Heath #BC587E
RGB
CMYK
RGB Variations
Color information
#BC587E (or 0xBC587E) is known color: Royal Heath. HEX triplet: BC, 58 and 7E. RGB value is (188,88,126). Sum of RGB (Red+Green+Blue) = 188+88+126=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC587E is #43A781. Grayscale: #7A7A7A. Windows color (decimal): -4433794 or 8280252. OLE color: 8280252.
HSL color Cylindrical-coordinate representation of color #BC587E: hue angle of 337.2º degrees, saturation: 0.43, 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 #BC587E is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 126 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.26 |
| HSL | 337.2º | 0.43% | 0.54% | - |
| HSV(B) | 337.2º | 0.53% | 0.74% | - |
| XYZ | 27.99 | 19.18 | 21.96 | - |
| YUV | 122.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 126 | 0 | 0.53 | 0.33 | 0.26 | 337.2 | 0.43 | 0.54 |
| Hex | BC | 58 | 7E | 0 | 35 | 21 | 1A | 151 | 2B | 36 |
| Octal | 274 | 130 | 176 | 0 | 65 | 41 | 32 | 521 | 53 | 66 |
| Binary | 10111100 | 1011000 | 1111110 | 0 | 110101 | 100001 | 11010 | 101010001 | 101011 | 110110 |
Color Harmonies of #BC587E
Complementary color
Monochromatic Colors of #BC587E
Black with #BC587E
Text Example
Text Example
White with #BC587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC587E; }
p { color: rgb(188,88,126); }
H1.HeaderClassName
{
color: #BC587E;
}
.AnyTagClassName
{
color: #BC587E;
}
</style>
background-color css
<style>
a { background-color: #BC587E; }
a { background-color: rgb(188,88,126); }
div.DivClassName
{
background-color: #BC587E;
}
.BgClassName
{
background-color: #BC587E;
}
</style>
border-color css
<style>
span { border-color: #BC587E; }
span { border-color: rgb(188,88,126); }
td.TdClassName
{
border-color: #BC587E;
}
.TagClassName
{
border-color: #BC587E;
}
</style>