Shades of Royal Heath #BF557C
Tints of Royal Heath #BF557C
RGB
CMYK
RGB Variations
Color information
#BF557C (or 0xBF557C) is known color: Royal Heath. HEX triplet: BF, 55 and 7C. RGB value is (191,85,124). Sum of RGB (Red+Green+Blue) = 191+85+124=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF557C is #40AA83. Grayscale: #797979. Windows color (decimal): -4237956 or 8148415. OLE color: 8148415.
HSL color Cylindrical-coordinate representation of color #BF557C: hue angle of 337.92º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF557C is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 124 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.25 |
| HSL | 337.92º | 0.45% | 0.54% | - |
| HSV(B) | 337.92º | 0.55% | 0.75% | - |
| XYZ | 28.37 | 19.03 | 21.25 | - |
| YUV | 121.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 124 | 0 | 0.55 | 0.35 | 0.25 | 337.92 | 0.45 | 0.54 |
| Hex | BF | 55 | 7C | 0 | 37 | 23 | 19 | 152 | 2D | 36 |
| Octal | 277 | 125 | 174 | 0 | 67 | 43 | 31 | 522 | 55 | 66 |
| Binary | 10111111 | 1010101 | 1111100 | 0 | 110111 | 100011 | 11001 | 101010010 | 101101 | 110110 |
Color Harmonies of #BF557C
Complementary color
Monochromatic Colors of #BF557C
Black with #BF557C
Text Example
Text Example
White with #BF557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF557C; }
p { color: rgb(191,85,124); }
H1.HeaderClassName
{
color: #BF557C;
}
.AnyTagClassName
{
color: #BF557C;
}
</style>
background-color css
<style>
a { background-color: #BF557C; }
a { background-color: rgb(191,85,124); }
div.DivClassName
{
background-color: #BF557C;
}
.BgClassName
{
background-color: #BF557C;
}
</style>
border-color css
<style>
span { border-color: #BF557C; }
span { border-color: rgb(191,85,124); }
td.TdClassName
{
border-color: #BF557C;
}
.TagClassName
{
border-color: #BF557C;
}
</style>