Shades of Royal Heath #BC557F
Tints of Royal Heath #BC557F
RGB
CMYK
RGB Variations
Color information
#BC557F (or 0xBC557F) is known color: Royal Heath. HEX triplet: BC, 55 and 7F. RGB value is (188,85,127). Sum of RGB (Red+Green+Blue) = 188+85+127=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC557F is #43AA80. Grayscale: #787878. Windows color (decimal): -4434561 or 8345020. OLE color: 8345020.
HSL color Cylindrical-coordinate representation of color #BC557F: hue angle of 335.53º 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 #BC557F is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 127 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.26 |
| HSL | 335.53º | 0.43% | 0.54% | - |
| HSV(B) | 335.53º | 0.55% | 0.74% | - |
| XYZ | 27.82 | 18.72 | 22.23 | - |
| YUV | 120.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 127 | 0 | 0.55 | 0.32 | 0.26 | 335.53 | 0.43 | 0.54 |
| Hex | BC | 55 | 7F | 0 | 37 | 20 | 1A | 150 | 2B | 36 |
| Octal | 274 | 125 | 177 | 0 | 67 | 40 | 32 | 520 | 53 | 66 |
| Binary | 10111100 | 1010101 | 1111111 | 0 | 110111 | 100000 | 11010 | 101010000 | 101011 | 110110 |
Color Harmonies of #BC557F
Complementary color
Monochromatic Colors of #BC557F
Black with #BC557F
Text Example
Text Example
White with #BC557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC557F; }
p { color: rgb(188,85,127); }
H1.HeaderClassName
{
color: #BC557F;
}
.AnyTagClassName
{
color: #BC557F;
}
</style>
background-color css
<style>
a { background-color: #BC557F; }
a { background-color: rgb(188,85,127); }
div.DivClassName
{
background-color: #BC557F;
}
.BgClassName
{
background-color: #BC557F;
}
</style>
border-color css
<style>
span { border-color: #BC557F; }
span { border-color: rgb(188,85,127); }
td.TdClassName
{
border-color: #BC557F;
}
.TagClassName
{
border-color: #BC557F;
}
</style>