Shades of Royal Heath #BC577E
Tints of Royal Heath #BC577E
RGB
CMYK
RGB Variations
Color information
#BC577E (or 0xBC577E) is known color: Royal Heath. HEX triplet: BC, 57 and 7E. RGB value is (188,87,126). Sum of RGB (Red+Green+Blue) = 188+87+126=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC577E is #43A881. Grayscale: #797979. Windows color (decimal): -4434050 or 8279996. OLE color: 8279996.
HSL color Cylindrical-coordinate representation of color #BC577E: hue angle of 336.83º 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 #BC577E is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 126 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.26 |
| HSL | 336.83º | 0.43% | 0.54% | - |
| HSV(B) | 336.83º | 0.54% | 0.74% | - |
| XYZ | 27.91 | 19.01 | 21.94 | - |
| YUV | 121.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 126 | 0 | 0.54 | 0.33 | 0.26 | 336.83 | 0.43 | 0.54 |
| Hex | BC | 57 | 7E | 0 | 36 | 21 | 1A | 151 | 2B | 36 |
| Octal | 274 | 127 | 176 | 0 | 66 | 41 | 32 | 521 | 53 | 66 |
| Binary | 10111100 | 1010111 | 1111110 | 0 | 110110 | 100001 | 11010 | 101010001 | 101011 | 110110 |
Color Harmonies of #BC577E
Complementary color
Monochromatic Colors of #BC577E
Black with #BC577E
Text Example
Text Example
White with #BC577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC577E; }
p { color: rgb(188,87,126); }
H1.HeaderClassName
{
color: #BC577E;
}
.AnyTagClassName
{
color: #BC577E;
}
</style>
background-color css
<style>
a { background-color: #BC577E; }
a { background-color: rgb(188,87,126); }
div.DivClassName
{
background-color: #BC577E;
}
.BgClassName
{
background-color: #BC577E;
}
</style>
border-color css
<style>
span { border-color: #BC577E; }
span { border-color: rgb(188,87,126); }
td.TdClassName
{
border-color: #BC577E;
}
.TagClassName
{
border-color: #BC577E;
}
</style>