Shades of Royal Heath #BC577C
Tints of Royal Heath #BC577C
RGB
CMYK
RGB Variations
Color information
#BC577C (or 0xBC577C) is known color: Royal Heath. HEX triplet: BC, 57 and 7C. RGB value is (188,87,124). Sum of RGB (Red+Green+Blue) = 188+87+124=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC577C is #43A883. Grayscale: #797979. Windows color (decimal): -4434052 or 8148924. OLE color: 8148924.
HSL color Cylindrical-coordinate representation of color #BC577C: hue angle of 338.02º 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 #BC577C is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 124 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.26 |
| HSL | 338.02º | 0.43% | 0.54% | - |
| HSV(B) | 338.02º | 0.54% | 0.74% | - |
| XYZ | 27.79 | 18.96 | 21.26 | - |
| YUV | 121.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 124 | 0 | 0.54 | 0.34 | 0.26 | 338.02 | 0.43 | 0.54 |
| Hex | BC | 57 | 7C | 0 | 36 | 22 | 1A | 152 | 2B | 36 |
| Octal | 274 | 127 | 174 | 0 | 66 | 42 | 32 | 522 | 53 | 66 |
| Binary | 10111100 | 1010111 | 1111100 | 0 | 110110 | 100010 | 11010 | 101010010 | 101011 | 110110 |
Color Harmonies of #BC577C
Complementary color
Monochromatic Colors of #BC577C
Black with #BC577C
Text Example
Text Example
White with #BC577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC577C; }
p { color: rgb(188,87,124); }
H1.HeaderClassName
{
color: #BC577C;
}
.AnyTagClassName
{
color: #BC577C;
}
</style>
background-color css
<style>
a { background-color: #BC577C; }
a { background-color: rgb(188,87,124); }
div.DivClassName
{
background-color: #BC577C;
}
.BgClassName
{
background-color: #BC577C;
}
</style>
border-color css
<style>
span { border-color: #BC577C; }
span { border-color: rgb(188,87,124); }
td.TdClassName
{
border-color: #BC577C;
}
.TagClassName
{
border-color: #BC577C;
}
</style>