Shades of Royal Heath #BC567F
Tints of Royal Heath #BC567F
RGB
CMYK
RGB Variations
Color information
#BC567F (or 0xBC567F) is known color: Royal Heath. HEX triplet: BC, 56 and 7F. RGB value is (188,86,127). Sum of RGB (Red+Green+Blue) = 188+86+127=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567F is #43A980. Grayscale: #797979. Windows color (decimal): -4434305 or 8345276. OLE color: 8345276.
HSL color Cylindrical-coordinate representation of color #BC567F: hue angle of 335.88º 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 #BC567F is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 127 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.26 |
| HSL | 335.88º | 0.43% | 0.54% | - |
| HSV(B) | 335.88º | 0.54% | 0.74% | - |
| XYZ | 27.9 | 18.88 | 22.25 | - |
| YUV | 121.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 127 | 0 | 0.54 | 0.32 | 0.26 | 335.88 | 0.43 | 0.54 |
| Hex | BC | 56 | 7F | 0 | 36 | 20 | 1A | 150 | 2B | 36 |
| Octal | 274 | 126 | 177 | 0 | 66 | 40 | 32 | 520 | 53 | 66 |
| Binary | 10111100 | 1010110 | 1111111 | 0 | 110110 | 100000 | 11010 | 101010000 | 101011 | 110110 |
Color Harmonies of #BC567F
Complementary color
Monochromatic Colors of #BC567F
Black with #BC567F
Text Example
Text Example
White with #BC567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC567F; }
p { color: rgb(188,86,127); }
H1.HeaderClassName
{
color: #BC567F;
}
.AnyTagClassName
{
color: #BC567F;
}
</style>
background-color css
<style>
a { background-color: #BC567F; }
a { background-color: rgb(188,86,127); }
div.DivClassName
{
background-color: #BC567F;
}
.BgClassName
{
background-color: #BC567F;
}
</style>
border-color css
<style>
span { border-color: #BC567F; }
span { border-color: rgb(188,86,127); }
td.TdClassName
{
border-color: #BC567F;
}
.TagClassName
{
border-color: #BC567F;
}
</style>