Shades of Royal Heath #BC557C
Tints of Royal Heath #BC557C
RGB
CMYK
RGB Variations
Color information
#BC557C (or 0xBC557C) is known color: Royal Heath. HEX triplet: BC, 55 and 7C. RGB value is (188,85,124). Sum of RGB (Red+Green+Blue) = 188+85+124=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC557C is #43AA83. Grayscale: #787878. Windows color (decimal): -4434564 or 8148412. OLE color: 8148412.
HSL color Cylindrical-coordinate representation of color #BC557C: hue angle of 337.28º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC557C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 124 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.26 |
| HSL | 337.28º | 0.43% | 0.54% | - |
| HSV(B) | 337.28º | 0.55% | 0.74% | - |
| XYZ | 27.63 | 18.64 | 21.21 | - |
| YUV | 120.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 124 | 0 | 0.55 | 0.34 | 0.26 | 337.28 | 0.43 | 0.54 |
| Hex | BC | 55 | 7C | 0 | 37 | 22 | 1A | 151 | 2B | 36 |
| Octal | 274 | 125 | 174 | 0 | 67 | 42 | 32 | 521 | 53 | 66 |
| Binary | 10111100 | 1010101 | 1111100 | 0 | 110111 | 100010 | 11010 | 101010001 | 101011 | 110110 |
Color Harmonies of #BC557C
Complementary color
Monochromatic Colors of #BC557C
Black with #BC557C
Text Example
Text Example
White with #BC557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC557C; }
p { color: rgb(188,85,124); }
H1.HeaderClassName
{
color: #BC557C;
}
.AnyTagClassName
{
color: #BC557C;
}
</style>
background-color css
<style>
a { background-color: #BC557C; }
a { background-color: rgb(188,85,124); }
div.DivClassName
{
background-color: #BC557C;
}
.BgClassName
{
background-color: #BC557C;
}
</style>
border-color css
<style>
span { border-color: #BC557C; }
span { border-color: rgb(188,85,124); }
td.TdClassName
{
border-color: #BC557C;
}
.TagClassName
{
border-color: #BC557C;
}
</style>